std: Remove unused attributes

This also enables two tests properly.
This commit is contained in:
klutzy 2013-11-06 12:16:47 +09:00
parent 1f7bfac9d2
commit 87b166d94a
3 changed files with 2 additions and 5 deletions

View file

@ -23,7 +23,6 @@ use std::str;
struct A;
struct B;
#[fmt="foo"]
impl fmt::Signed for A {
fn fmt(_: &A, f: &mut fmt::Formatter) { f.buf.write("aloha".as_bytes()); }
}