We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaa1c61 commit 1f45786Copy full SHA for 1f45786
1 file changed
diesel_cli/src/config.rs
@@ -1,3 +1,6 @@
1
+// FIXME: https://github.com/rust-lang-nursery/rust-clippy/issues/2910
2
+#![cfg_attr(feature = "clippy", allow(useless_attribute))]
3
+
4
use clap::ArgMatches;
5
use std::env;
6
use std::error::Error;
0 commit comments