mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 19:17:43 +00:00
rustup https://github.com/rust-lang/rust/pull/72342, allow unused_crate_dependencies
This commit is contained in:
parent
fca76de7ca
commit
3089c3b307
@ -1,6 +1,6 @@
|
|||||||
#![allow(clippy::all)]
|
#![allow(clippy::all)]
|
||||||
#![warn(clippy::cognitive_complexity)]
|
#![warn(clippy::cognitive_complexity)]
|
||||||
#![allow(unused)]
|
#![allow(unused, unused_crate_dependencies)]
|
||||||
|
|
||||||
#[rustfmt::skip]
|
#[rustfmt::skip]
|
||||||
fn main() {
|
fn main() {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#![warn(clippy::cognitive_complexity)]
|
#![warn(unused, clippy::cognitive_complexity)]
|
||||||
#![warn(unused)]
|
#![allow(unused_crate_dependencies)]
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
kaboom();
|
kaboom();
|
||||||
|
Loading…
Reference in New Issue
Block a user