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

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

Trait Implementations

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

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<'a> !Send for DiagnosticWrapper<'a>

impl<'a> !Sync for DiagnosticWrapper<'a>