Commit 507f9eb3 authored by ngaut's avatar ngaut

*: Disable clippy.

Clippy can't build with nightly rust.
parent a7295735
...@@ -26,4 +26,3 @@ path = "test/test.rs" ...@@ -26,4 +26,3 @@ path = "test/test.rs"
[dependencies] [dependencies]
libc = "0.1.8" libc = "0.1.8"
tempdir = "0.3.4" tempdir = "0.3.4"
clippy = "*"
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
// limitations under the License. // limitations under the License.
// //
#![feature(plugin)] #![feature(plugin)]
#![plugin(clippy)]
extern crate libc; extern crate libc;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment