We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 510fb81 commit d44dc8aCopy full SHA for d44dc8a
src/cargo-fmt/main.rs
@@ -1,6 +1,7 @@
1
// Inspired by Paul Woolcock's cargo-fmt (https://github.com/pwoolcoc/cargo-fmt/).
2
3
#![deny(warnings)]
4
+#![allow(clippy::match_like_matches_macro)]
5
6
use std::cmp::Ordering;
7
use std::collections::{BTreeMap, BTreeSet};
src/lib.rs
@@ -2,6 +2,7 @@
#![deny(rust_2018_idioms)]
#![deny(unused_imports)]
#![warn(unreachable_pub)]
#[macro_use]
8
extern crate derive_new;
0 commit comments