Skip to content

Commit

Permalink
Remove instant from EXCEPTIONS_RUST_ANALYZER
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Nov 27, 2023
1 parent 0c96252 commit d036daa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tools/tidy/src/deps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ const EXCEPTIONS_CARGO: ExceptionList = &[
const EXCEPTIONS_RUST_ANALYZER: ExceptionList = &[
// tidy-alphabetical-start
("dissimilar", "Apache-2.0"),
("instant", "BSD-3-Clause"),
("notify", "CC0-1.0"),
("pulldown-cmark-to-cmark", "Apache-2.0"),
("ryu", "Apache-2.0 OR BSL-1.0"), // BSL is not acceptble, but we use it under Apache-2.0
Expand Down

0 comments on commit d036daa

Please sign in to comment.