mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-06 20:28:33 +00:00
Allow lint
This commit is contained in:
parent
8906040445
commit
0ab96ba2c0
@ -1,5 +1,5 @@
|
|||||||
// run-rustfix
|
// run-rustfix
|
||||||
#![allow(unused_mut)]
|
#![allow(unused_mut, clippy::from_iter_instead_of_collect)]
|
||||||
#![deny(clippy::get_unwrap)]
|
#![deny(clippy::get_unwrap)]
|
||||||
|
|
||||||
use std::collections::BTreeMap;
|
use std::collections::BTreeMap;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// run-rustfix
|
// run-rustfix
|
||||||
#![allow(unused_mut)]
|
#![allow(unused_mut, clippy::from_iter_instead_of_collect)]
|
||||||
#![deny(clippy::get_unwrap)]
|
#![deny(clippy::get_unwrap)]
|
||||||
|
|
||||||
use std::collections::BTreeMap;
|
use std::collections::BTreeMap;
|
||||||
|
Loading…
Reference in New Issue
Block a user