mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 00:47:16 +00:00
9 lines
271 B
Rust
9 lines
271 B
Rust
// exec-env:RUST_BACKTRACE=0
|
|
// normalize-stderr-test: "Clippy version: .*" -> "Clippy version: foo"
|
|
// normalize-stderr-test: "internal_lints.rs.*" -> "internal_lints.rs:1:1"
|
|
|
|
#![deny(clippy::internal)]
|
|
|
|
fn it_looks_like_you_are_trying_to_kill_clippy() {}
|
|
|
|
fn main() {}
|