mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
add regression test
This commit is contained in:
@@ -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() {}
|
||||
|
||||
Reference in New Issue
Block a user