auto merge of #6327 : z0w0/rust/rm-notest, r=brson
Makes it more consistent, imo.
This commit is contained in:
@@ -166,7 +166,7 @@ pub fn from_slice<T:Copy>(v: &[T]) -> @[T] {
|
||||
from_fn(v.len(), |i| v[i])
|
||||
}
|
||||
|
||||
#[cfg(notest)]
|
||||
#[cfg(not(test))]
|
||||
pub mod traits {
|
||||
use at_vec::append;
|
||||
use kinds::Copy;
|
||||
|
||||
Reference in New Issue
Block a user