Browse Source

Don't depend on clippy (#49)

fixes #37
Oliver Schneider 8 years ago
parent
commit
e31a743ec3
1 changed files with 1 additions and 5 deletions
  1. 1 5
      Cargo.toml

+ 1 - 5
Cargo.toml

@@ -19,10 +19,6 @@ unborrow = "0.3.0"
 path = "shim"
 version = "0.1"
 
-[dependencies.clippy]
-version = "0.0.85"
-optional = true
-
 [profile.release]
 panic = "abort"
 opt-level = 3
@@ -33,7 +29,7 @@ debug-assertions = false
 codegen-units = 1
 
 [features]
-default = ["allocator", "clippy", "tls"]
+default = ["allocator", "tls"]
 # ---
 alloc_id = []
 allocator = []