diff options
| author | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2023-02-21 08:37:10 +0000 |
|---|---|---|
| committer | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2023-02-21 08:38:24 +0000 |
| commit | decfb4d123651a0673db47542e18ca60d1c501ac (patch) | |
| tree | cdfb83b31154c07755eaf21b97fa51ddfe01e64f /src | |
| parent | a04e78730e501de7147ba8c09372348529b00c17 (diff) | |
| download | rust-decfb4d123651a0673db47542e18ca60d1c501ac.tar.gz rust-decfb4d123651a0673db47542e18ca60d1c501ac.zip | |
Use a lock-free datastructure for `source_span`
Diffstat (limited to 'src')
| -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 4c93f8a16b6..bddfdcfaf19 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -120,6 +120,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[ "dissimilar", "dlmalloc", "either", + "elsa", "ena", "expect-test", "fallible-iterator", // dependency of `thorin` |
