Function clippy_utils::source::snippet_block_with_applicability

source ยท
pub fn snippet_block_with_applicability<'a>(
    sess: &impl HasSession,
    span: Span,
    default: &'a str,
    indent_relative_to: Option<Span>,
    applicability: &mut Applicability,
) -> Cow<'a, str>
Expand description

Same as snippet_block, but adapts the applicability level by the rules of snippet_with_applicability.