mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 17:53:56 +00:00
add regression test
This commit is contained in:
parent
14d2cd0b0a
commit
6dd003ac39
@ -7,4 +7,8 @@
|
||||
//~| SUGGESTION #![allow(dead_code)]
|
||||
extern crate clippy_lints;
|
||||
|
||||
// don't lint on unused_import for `use` items
|
||||
#[allow(unused_imports)]
|
||||
use std::collections;
|
||||
|
||||
fn main() {}
|
||||
|
Loading…
Reference in New Issue
Block a user