Skip to content

Commit 9b30453

Browse files
smoeliusllogiq
andauthored
Update clippy_lints/src/crate_in_macro_def.rs
Co-authored-by: llogiq <bogusandre@gmail.com>
1 parent cb307bb commit 9b30453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/crate_in_macro_def.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ impl EarlyLintPass for CrateInMacroDef {
6262
cx,
6363
CRATE_IN_MACRO_DEF,
6464
span,
65-
"reference to the macro call's crate, which is rarely intended",
65+
"`crate` references the macro call's crate",
6666
"if reference to the macro definition's crate is intended, use",
6767
String::from("$crate"),
6868
Applicability::MachineApplicable,

0 commit comments

Comments
 (0)