diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2023-11-27 12:54:24 +0200 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2023-11-27 12:54:24 +0200 |
| commit | d036daadda78bc2b64efae66038fcf728c9bd670 (patch) | |
| tree | dc1c06dda36f889c3a32baa9423b669ff8e569e5 | |
| parent | 0c962520fdf843a9e497ed1c4c3a6b3a03bfa46a (diff) | |
| download | rust-d036daadda78bc2b64efae66038fcf728c9bd670.tar.gz rust-d036daadda78bc2b64efae66038fcf728c9bd670.zip | |
Remove instant from EXCEPTIONS_RUST_ANALYZER
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index f36893bfb94..1f8edd7937b 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -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 |
