about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2023-11-13 17:09:26 +1100
committerNicholas Nethercote <n.nethercote@gmail.com>2023-11-13 17:09:26 +1100
commit82e396a4baaefecbf7eb88cbfffbc4a8b3526aac (patch)
tree0dfa99620dd7d9f9c946a102d26075c88ebff2e1
parent2433542b412edc3e25366426ddcdae811767f27f (diff)
downloadrust-82e396a4baaefecbf7eb88cbfffbc4a8b3526aac.tar.gz
rust-82e396a4baaefecbf7eb88cbfffbc4a8b3526aac.zip
Remove unnecessary annotation.
-rw-r--r--compiler/rustc_index/src/vec/tests.rs2
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;