We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9428138 commit 032bc11Copy full SHA for 032bc11
clippy_lints/src/default_constructed_unit_struct.rs
@@ -55,7 +55,7 @@ impl LateLintPass<'_> for DefaultConstructedUnitStruct {
55
cx,
56
DEFAULT_CONSTRUCTED_UNIT_STRUCT,
57
qpath.last_segment_span(),
58
- "Use of `default` to create a unit struct.",
+ "use of `default` to create a unit struct",
59
"remove this call to `default`",
60
String::new(),
61
Applicability::MachineApplicable,
0 commit comments