Skip to content

Commit 612830d

Browse files
committed
handle license check
1 parent 127f9a6 commit 612830d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tools/tidy/src/deps.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ static EXCEPTIONS: &'static [&'static str] = &[
4545
"fuchsia-zircon", // BSD-3-Clause, rustdoc, rustc, cargo (jobserver & tempdir)
4646
"cssparser-macros", // MPL-2.0, rustdoc
4747
"selectors", // MPL-2.0, rustdoc
48-
"clippy_lints", // MPL-2.0 rls
48+
"clippy_lints", // MPL-2.0, rls
49+
"colored", // MPL-2.0, rustfmt
4950
];
5051

5152
/// Which crates to check against the whitelist?

0 commit comments

Comments
 (0)