mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 23:20:39 +00:00
Fix custom ICE message test on windows
This commit is contained in:
parent
5907e9155e
commit
05b914a92b
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
// normalize-stderr-test: "Clippy version: .*" -> "Clippy version: foo"
|
||||
// normalize-stderr-test: "internal_lints.rs:\d*:\d*" -> "internal_lints.rs"
|
||||
// normalize-stderr-test: "', .*clippy_lints" -> "', clippy_lints"
|
||||
// normalize-stderr-test: "'rustc'" -> "'<unnamed>'"
|
||||
|
||||
#![deny(clippy::internal)]
|
||||
#![allow(clippy::missing_clippy_version_attribute)]
|
||||
|
|
Loading…
Reference in a new issue