Skip to content

Commit 5938db2

Browse files
committed
Drop clippy dependency
It's now easier to use with cargo-clippy
1 parent f261893 commit 5938db2

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ uuid = { version = ">= 0.1, < 0.3", optional = true }
4040
security-framework = { version = "0.1.2", optional = true }
4141
bit-vec = { version = "0.4", optional = true }
4242
eui48 = { version = "0.1", optional = true }
43-
clippy = { version = "0.0.61", optional = true }
4443

4544
[dev-dependencies]
4645
url = "1.0"

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@
4242
#![warn(missing_docs)]
4343
#![allow(unknown_lints, needless_lifetimes)] // for clippy
4444
#![cfg_attr(all(unix, feature = "nightly"), feature(unix_socket))]
45-
#![cfg_attr(feature = "clippy", feature(plugin))]
46-
#![cfg_attr(feature = "clippy", plugin(clippy))]
4745

4846
extern crate bufstream;
4947
extern crate byteorder;

0 commit comments

Comments
 (0)