about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCentri3 <114838443+Centri3@users.noreply.github.com>2023-04-24 12:01:29 -0500
committerCentri3 <114838443+Centri3@users.noreply.github.com>2023-04-24 12:01:29 -0500
commit3045998bcc2f6cea7611bb02455faa8a9cf081bf (patch)
treecbfdd572e660ef97ae7a6a8d3700999ccb235d8b
parent85d7de25a987b72ffb6552e852a4c8f661dfb1c8 (diff)
downloadrust-3045998bcc2f6cea7611bb02455faa8a9cf081bf.tar.gz
rust-3045998bcc2f6cea7611bb02455faa8a9cf081bf.zip
Update allow_attributes_false_positive.rs
-rw-r--r--tests/ui/allow_attributes_false_positive.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/allow_attributes_false_positive.rs b/tests/ui/allow_attributes_false_positive.rs
index a34a5d91ef5..5c3407628be 100644
--- a/tests/ui/allow_attributes_false_positive.rs
+++ b/tests/ui/allow_attributes_false_positive.rs
@@ -1,4 +1,3 @@
-#![allow(unused)]
 #![warn(clippy::allow_attributes)]
 #![feature(lint_reasons)]
 #![crate_type = "proc-macro"]