fn maybe_suggest_dashes(
names: &BTreeSet<String>,
feature_name: &str,
check: &mut RunningCheck,
)
Expand description
Would switching underscores for dashes work?
fn maybe_suggest_dashes(
names: &BTreeSet<String>,
feature_name: &str,
check: &mut RunningCheck,
)
Would switching underscores for dashes work?