Auto merge of #5653 - matthiaskrgr:rustup_47, r=flip1995
rustup https://github.com/rust-lang/rust/pull/72342, allow unused_crate_dependencies changelog: none
This commit is contained in:
commit
2a2208fcc2
@ -1,6 +1,6 @@
|
||||
#![allow(clippy::all)]
|
||||
#![warn(clippy::cognitive_complexity)]
|
||||
#![allow(unused)]
|
||||
#![allow(unused, unused_crate_dependencies)]
|
||||
|
||||
#[rustfmt::skip]
|
||||
fn main() {
|
||||
|
@ -1,5 +1,5 @@
|
||||
#![warn(clippy::cognitive_complexity)]
|
||||
#![warn(unused)]
|
||||
#![warn(unused, clippy::cognitive_complexity)]
|
||||
#![allow(unused_crate_dependencies)]
|
||||
|
||||
fn main() {
|
||||
kaboom();
|
||||
|
Loading…
Reference in New Issue
Block a user