diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2022-03-20 17:01:32 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2022-03-20 17:01:32 +0100 |
| commit | ce7f5ecad70175acb0d34860978adafb195f68c5 (patch) | |
| tree | abbebeb42f8618e40d34a7766157ec7139aea015 | |
| parent | ef4ce72919d1a16ad5aed4108d5abcf4d5c2cdc8 (diff) | |
| download | rust-ce7f5ecad70175acb0d34860978adafb195f68c5.tar.gz rust-ce7f5ecad70175acb0d34860978adafb195f68c5.zip | |
Add once_cell as allowed cg_clif dependency
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index d6e36c2e7db..ab4be43e495 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -258,6 +258,7 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[ "mach", "memchr", "object", + "once_cell", "regalloc", "region", "rustc-hash", |
