Commit cf4c00b2 authored by goroutine's avatar goroutine

Merge pull request #5 from ngaut/ngaut/disable-clippy

Disable clippy
parents a7295735 507f9eb3
...@@ -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