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 9b30453 commit abc221eCopy full SHA for abc221e
clippy_lints/src/crate_in_macro_def.rs
@@ -63,7 +63,7 @@ impl EarlyLintPass for CrateInMacroDef {
63
CRATE_IN_MACRO_DEF,
64
span,
65
"`crate` references the macro call's crate",
66
- "if reference to the macro definition's crate is intended, use",
+ "to reference the macro definition's crate, use",
67
String::from("$crate"),
68
Applicability::MachineApplicable,
69
);
0 commit comments