Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
trait User{
fn test();
/// empty doc
//~^ ERROR found a documentation comment that doesn't document anything
}
fn main() {}