diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-11-13 17:09:26 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-11-13 17:09:26 +1100 |
| commit | 82e396a4baaefecbf7eb88cbfffbc4a8b3526aac (patch) | |
| tree | 0dfa99620dd7d9f9c946a102d26075c88ebff2e1 | |
| parent | 2433542b412edc3e25366426ddcdae811767f27f (diff) | |
| download | rust-82e396a4baaefecbf7eb88cbfffbc4a8b3526aac.tar.gz rust-82e396a4baaefecbf7eb88cbfffbc4a8b3526aac.zip | |
Remove unnecessary annotation.
| -rw-r--r-- | compiler/rustc_index/src/vec/tests.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_index/src/vec/tests.rs b/compiler/rustc_index/src/vec/tests.rs index cb0f0db220d..7e5e41bd2d1 100644 --- a/compiler/rustc_index/src/vec/tests.rs +++ b/compiler/rustc_index/src/vec/tests.rs @@ -1,5 +1,3 @@ -#![allow(dead_code)] - // Allows the macro invocation below to work use crate as rustc_index; |
