What it does
Lints that the [[bin]] name (explicit or inferred) is kebab case
See also #14439.
Advantage
This matches common platform conventions
Drawbacks
There may be existing conventions people are trying to match
Example
or src/bin/foo_bar/main.rs
Could be written as:
or src/bin/foo-bar/main.rs
What it does
Lints that the
[[bin]]name(explicit or inferred) is kebab caseSee also #14439.
Advantage
This matches common platform conventions
Drawbacks
There may be existing conventions people are trying to match
Example
or
src/bin/foo_bar/main.rsCould be written as:
or
src/bin/foo-bar/main.rs