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