This commit is contained in:
flip1995 2020-04-01 20:12:36 +02:00
parent 3142ee3f7a
commit 63987aafba
No known key found for this signature in database
GPG Key ID: 2CEFCDB27ED0BE79
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
// run-rustfix
#![warn(clippy::unit_arg)]
#![allow(clippy::no_effect, unused_must_use)]
#![allow(unused_braces, clippy::no_effect, unused_must_use)]
use std::fmt::Debug;

View File

@ -1,6 +1,6 @@
// run-rustfix
#![warn(clippy::unit_arg)]
#![allow(clippy::no_effect, unused_must_use)]
#![allow(unused_braces, clippy::no_effect, unused_must_use)]
use std::fmt::Debug;