Skip to content

Commit 03daf7c

Browse files
committed
Fix author lint and move it back to tests/ui
The author lint is not an internal lint, and should also be enabled, when Clippy is distributed through rustup. This moves the author lint test cases back to tests/ui.
1 parent b816d4e commit 03daf7c

22 files changed

+0
-2
lines changed

tests/ui-internal/author.rs renamed to tests/ui/author.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![warn(clippy::author)]
2-
31
fn main() {
42
#[clippy::author]
53
let x: char = 0x45 as char;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)