std: Remove unused attributes
This also enables two tests properly.
This commit is contained in:
parent
1f7bfac9d2
commit
87b166d94a
3 changed files with 2 additions and 5 deletions
|
|
@ -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()); }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue