pub(crate) fn handle_diag_from_macros(
sema: &Semantics<'_, RootDatabase>,
diag: &mut Diagnostic,
node: &InFile<SyntaxNode>,
) -> boolExpand description
Returns whether to keep this diagnostic (or remove it).
pub(crate) fn handle_diag_from_macros(
sema: &Semantics<'_, RootDatabase>,
diag: &mut Diagnostic,
node: &InFile<SyntaxNode>,
) -> boolReturns whether to keep this diagnostic (or remove it).