Skip to content

Commit 1f45786

Browse files
committed
Fix failing build
This is a bug in... Something. Clippy folks are looking into it.
1 parent aaa1c61 commit 1f45786

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

diesel_cli/src/config.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
14
use clap::ArgMatches;
25
use std::env;
36
use std::error::Error;

0 commit comments

Comments
 (0)