diff options
| author | Jubilee Young <workingjubilee@gmail.com> | 2021-04-23 15:49:47 -0700 |
|---|---|---|
| committer | Jubilee Young <workingjubilee@gmail.com> | 2021-04-23 16:26:30 -0700 |
| commit | 27ef719aa4e2abc09ad53eb08993532afbb348f0 (patch) | |
| tree | 81784722d601ae6fd70305f66527a36e5776beb3 /src/tools | |
| parent | b2c1dbbd33f89946a0edf5f884308c4cb11913a0 (diff) | |
| download | rust-27ef719aa4e2abc09ad53eb08993532afbb348f0.tar.gz rust-27ef719aa4e2abc09ad53eb08993532afbb348f0.zip | |
Remove arrayref, constant_time_eq from deps
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index 51f48d8f2ec..5a843ea61ec 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -35,11 +35,9 @@ const EXCEPTIONS: &[(&str, &str)] = &[ ("ryu", "Apache-2.0 OR BSL-1.0"), // rls/cargo/... (because of serde) ("bytesize", "Apache-2.0"), // cargo ("im-rc", "MPL-2.0+"), // cargo - ("constant_time_eq", "CC0-1.0"), // rustfmt ("sized-chunks", "MPL-2.0+"), // cargo via im-rc ("bitmaps", "MPL-2.0+"), // cargo via im-rc ("crossbeam-queue", "MIT/Apache-2.0 AND BSD-2-Clause"), // rls via rayon - ("arrayref", "BSD-2-Clause"), // cargo-miri/directories/.../rust-argon2 (redox) ("instant", "BSD-3-Clause"), // rustc_driver/tracing-subscriber/parking_lot ("snap", "BSD-3-Clause"), // rustc // FIXME: this dependency violates the documentation comment above: |
