Skip to content

Commit d036daa

Browse files
committed
Remove instant from EXCEPTIONS_RUST_ANALYZER
1 parent 0c96252 commit d036daa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/tools/tidy/src/deps.rs

-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ const EXCEPTIONS_CARGO: ExceptionList = &[
129129
const EXCEPTIONS_RUST_ANALYZER: ExceptionList = &[
130130
// tidy-alphabetical-start
131131
("dissimilar", "Apache-2.0"),
132-
("instant", "BSD-3-Clause"),
133132
("notify", "CC0-1.0"),
134133
("pulldown-cmark-to-cmark", "Apache-2.0"),
135134
("ryu", "Apache-2.0 OR BSL-1.0"), // BSL is not acceptble, but we use it under Apache-2.0

0 commit comments

Comments
 (0)