1
Fork 0

Adapt ui-tests to the tool_lints

This commit is contained in:
flip1995 2018-07-28 17:34:52 +02:00 committed by Manish Goregaokar
parent bb49b31254
commit 1b6f6051a8
176 changed files with 597 additions and 486 deletions

View file

@ -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;