Adjust allowed dependencies from the latest cargo update
This commit is contained in:
parent
4a515bdf7b
commit
1760d3914f
@ -242,7 +242,7 @@ const PERMITTED_DEPS_LOCATION: &str = concat!(file!(), ":", line!());
|
|||||||
/// rustc. Please check with the compiler team before adding an entry.
|
/// rustc. Please check with the compiler team before adding an entry.
|
||||||
const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
|
const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
|
||||||
// tidy-alphabetical-start
|
// tidy-alphabetical-start
|
||||||
"adler",
|
"adler2",
|
||||||
"ahash",
|
"ahash",
|
||||||
"aho-corasick",
|
"aho-corasick",
|
||||||
"allocator-api2", // FIXME: only appears in Cargo.lock due to https://github.com/rust-lang/cargo/issues/10801
|
"allocator-api2", // FIXME: only appears in Cargo.lock due to https://github.com/rust-lang/cargo/issues/10801
|
||||||
|
Loading…
x
Reference in New Issue
Block a user