diff options
| author | Centri3 <114838443+Centri3@users.noreply.github.com> | 2023-04-24 12:01:29 -0500 |
|---|---|---|
| committer | Centri3 <114838443+Centri3@users.noreply.github.com> | 2023-04-24 12:01:29 -0500 |
| commit | 3045998bcc2f6cea7611bb02455faa8a9cf081bf (patch) | |
| tree | cbfdd572e660ef97ae7a6a8d3700999ccb235d8b /tests | |
| parent | 85d7de25a987b72ffb6552e852a4c8f661dfb1c8 (diff) | |
| download | rust-3045998bcc2f6cea7611bb02455faa8a9cf081bf.tar.gz rust-3045998bcc2f6cea7611bb02455faa8a9cf081bf.zip | |
Update allow_attributes_false_positive.rs
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ui/allow_attributes_false_positive.rs | 1 |
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"] |
