Skip to content

Commit abc221e

Browse files
smoeliusllogiq
andauthored
Update clippy_lints/src/crate_in_macro_def.rs
Co-authored-by: llogiq <[email protected]>
1 parent 9b30453 commit abc221e

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
@@ -63,7 +63,7 @@ impl EarlyLintPass for CrateInMacroDef {
6363
CRATE_IN_MACRO_DEF,
6464
span,
6565
"`crate` references the macro call's crate",
66-
"if reference to the macro definition's crate is intended, use",
66+
"to reference the macro definition's crate, use",
6767
String::from("$crate"),
6868
Applicability::MachineApplicable,
6969
);

0 commit comments

Comments
 (0)