File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ A collection of lints to catch common mistakes and improve your [Rust](https://g
77
88[ There are 351 lints included in this crate!] ( https://rust-lang.github.io/rust-clippy/master/index.html )
99
10- We have a bunch of lint categories to allow you to choose how much Clippy is supposed to ~~ annoy~~ help you:
10+ We have a bunch of lint categories to allow you to choose how much Clippy is supposed to ~~ annoy~~ help you: jslkdf
1111
1212* ` clippy::all ` (everything that is on by default: all the categories below except for ` nursery ` , ` pedantic ` , and ` cargo ` )
1313* ` clippy::correctness ` (code that is just ** outright wrong** or ** very very useless** , causes hard errors by default)
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ use rustc::session::Session;
5555use rustc_data_structures:: fx:: FxHashSet ;
5656use rustc_lint:: LintId ;
5757
58- use std :: path:: Path ;
58+ use s td :: path:: Path ;
5959
6060/// Macro used to declare a Clippy lint.
6161///
You can’t perform that action at this time.
0 commit comments