lint: add lint for use of a ~[T].
This is useless at the moment (since pretty much every crate uses `~[]`), but should help avoid regressions once completely removed from a crate.
This commit is contained in:
@@ -32,6 +32,7 @@ This API is completely unstable and subject to change.
|
||||
|
||||
#[allow(deprecated)];
|
||||
#[deny(non_camel_case_types)];
|
||||
#[allow(deprecated_owned_vector)];
|
||||
|
||||
extern crate serialize;
|
||||
extern crate term;
|
||||
|
||||
Reference in New Issue
Block a user