Struct clippy_lints::utils::DiagnosticWrapper [] [src]

pub struct DiagnosticWrapper<'a>(pub DiagnosticBuilder<'a>);

Trait Implementations

impl<'a> Drop for DiagnosticWrapper<'a>
[src]

A method called when the value goes out of scope. Read more