Adapt ui-tests to the tool_lints
This commit is contained in:
parent
bb49b31254
commit
1b6f6051a8
176 changed files with 597 additions and 486 deletions
|
@ -1,8 +1,8 @@
|
|||
#![feature(tool_lints)]
|
||||
|
||||
|
||||
|
||||
#![allow(many_single_char_names)]
|
||||
#![warn(overflow_check_conditional)]
|
||||
#![allow(clippy::many_single_char_names)]
|
||||
#![warn(clippy::overflow_check_conditional)]
|
||||
|
||||
fn main() {
|
||||
let a: u32 = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue