mirror of
https://github.com/danbulant/robotparser-rs
synced 2026-06-10 18:21:14 +00:00
Do not deny all clippy issues
Signed-off-by: messense <messense@icloud.com>
This commit is contained in:
parent
77b604d2af
commit
a552d99210
1 changed files with 0 additions and 1 deletions
|
|
@ -31,7 +31,6 @@
|
|||
|
||||
#![cfg_attr(feature="clippy", feature(plugin))]
|
||||
#![cfg_attr(feature="clippy", plugin(clippy))]
|
||||
#![cfg_attr(feature="clippy", deny(clippy))]
|
||||
#![cfg_attr(feature="clippy", warn(cyclomatic_complexity))]
|
||||
|
||||
extern crate url;
|
||||
|
|
|
|||
Loading…
Reference in a new issue