We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa94c5c commit 45944f6Copy full SHA for 45944f6
src/tools/tidy/src/deps.rs
@@ -41,6 +41,7 @@ static EXCEPTIONS: &'static [&'static str] = &[
41
"fuchsia-zircon", // BSD-3-Clause, rustdoc, rustc, cargo (jobserver & tempdir)
42
"cssparser-macros", // MPL-2.0, rustdoc
43
"selectors", // MPL-2.0, rustdoc
44
+ "clippy_lints", // MPL-2.0 rls
45
];
46
47
pub fn check(path: &Path, bad: &mut bool) {
0 commit comments