mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
Add test_with_disallowed_name
This commit is contained in:
parent
2795a60189
commit
898baf81cd
1 changed files with 5 additions and 0 deletions
|
@ -71,3 +71,8 @@ mod tests {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_with_disallowed_name() {
|
||||
let foo = 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue