Exclude clippy lints from tidy license check

This commit is contained in:
Mark Simulacrum 2018-02-14 09:57:21 -07:00
parent fa94c5c311
commit 45944f670b
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ static EXCEPTIONS: &'static [&'static str] = &[
"fuchsia-zircon", // BSD-3-Clause, rustdoc, rustc, cargo (jobserver & tempdir)
"cssparser-macros", // MPL-2.0, rustdoc
"selectors", // MPL-2.0, rustdoc
"clippy_lints", // MPL-2.0 rls
];
pub fn check(path: &Path, bad: &mut bool) {