Skip to content

Commit 8f9f7f6

Browse files
committed
Break everything
1 parent 4f328b2 commit 8f9f7f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

clippy_lints/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ use rustc::session::Session;
5555
use rustc_data_structures::fx::FxHashSet;
5656
use 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
///

0 commit comments

Comments
 (0)