auto merge of #6327 : z0w0/rust/rm-notest, r=brson

Makes it more consistent, imo.
This commit is contained in:
bors
2013-05-08 18:15:41 -07:00
20 changed files with 131 additions and 132 deletions

View File

@@ -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;