1
Fork 0

rm obsolete no-op lints

This commit is contained in:
Daniel Micay 2013-07-20 19:59:58 -04:00
parent bb8ca1f52c
commit 13b474dcbb
11 changed files with 0 additions and 37 deletions

View file

@ -384,7 +384,6 @@ mod tests {
}
#[test]
#[allow(non_implicitly_copyable_typarams)]
fn test_tuple() {
assert_eq!((948, 4039.48).first(), 948);
assert_eq!((34.5, ~"foo").second(), ~"foo");