]> git.lizzy.rs Git - rust.git/blobdiff - README.md
Reword is_trait_item description
[rust.git] / README.md
index 4f25b7958dd5597b39838e624e348aee6ddc3107..e1c968273cdf63ef95eae0633929566df1304e7e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -95,7 +95,7 @@ As with `cargo check`, this includes dependencies that are members of the worksp
 If you want to run Clippy **only** on the given crate, use the `--no-deps` option like this:
 
 ```terminal
-cargo clippy -p example -- --no-deps 
+cargo clippy -p example -- --no-deps
 ```
 
 ### As a rustc replacement (`clippy-driver`)