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.
This commit is contained in:
parent
b816d4ee4f
commit
03daf7ccb2
@ -1,5 +1,3 @@
|
|||||||
#![warn(clippy::author)]
|
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
#[clippy::author]
|
#[clippy::author]
|
||||||
let x: char = 0x45 as char;
|
let x: char = 0x45 as char;
|
Loading…
Reference in New Issue
Block a user