Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
warning: method `dummy` is never used
--> $DIR/issue-14958.rs:5:16
|
LL | trait Foo { fn dummy(&self) { }}
| --- ^^^^^
| |
| method in this trait
= note: `#[warn(dead_code)]` on by default
warning: 1 warning emitted