rust_clippy -> clippy

This commit is contained in:
Manish Goregaokar 2014-12-26 05:30:03 +05:30
parent e57396bc52
commit a8aadc7376
5 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
#![feature(phase)]
#[phase(plugin)]
extern crate rust_clippy;
extern crate clippy;
pub fn test(foo: Box<Vec<uint>>) {
println!("{}", foo)