Function maybe_suggest_dashes

Source
fn maybe_suggest_dashes(
    names: &BTreeSet<String>,
    feature_name: &str,
    bad: &mut bool,
)
Expand description

Would switching underscores for dashes work?