From 82e396a4baaefecbf7eb88cbfffbc4a8b3526aac Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Mon, 13 Nov 2023 17:09:26 +1100 Subject: [PATCH] Remove unnecessary annotation. --- compiler/rustc_index/src/vec/tests.rs | 2 -- 1 file changed, 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;