Skip to content

Commit d19c651

Browse files
authoredApr 12, 2025
Remove some clippy::all uses from UI tests (#14600)
It's either unneeded (`warn`/`deny`) or can be replaced by individual lints (`allow`). Also removes some redundant `allow`s covered by the default `-Aunused` that I saw along the way changelog: none
2 parents b157411 + 4b140cb commit d19c651

File tree

89 files changed

+454
-510
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+454
-510
lines changed
 

‎tests/ui/author/if.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//@ check-pass
22

3-
#[allow(clippy::all)]
3+
#![allow(clippy::all)]
44

55
fn main() {
66
#[clippy::author]

‎tests/ui/box_collection.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![warn(clippy::all)]
21
#![allow(
32
clippy::boxed_local,
43
clippy::needless_pass_by_value,

0 commit comments

Comments
 (0)