From 3045998bcc2f6cea7611bb02455faa8a9cf081bf Mon Sep 17 00:00:00 2001 From: Centri3 <114838443+Centri3@users.noreply.github.com> Date: Mon, 24 Apr 2023 12:01:29 -0500 Subject: [PATCH] Update allow_attributes_false_positive.rs --- tests/ui/allow_attributes_false_positive.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/ui/allow_attributes_false_positive.rs b/tests/ui/allow_attributes_false_positive.rs index a34a5d91ef5a..5c3407628be2 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"]