diff options
| author | Samuel Moelius <35515885+smoelius@users.noreply.github.com> | 2022-03-30 12:40:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-30 12:40:25 -0400 |
| commit | abc221e7f66b495d2ea86ccdb200ee9f29cecaab (patch) | |
| tree | bf03cd792df802012098b4ca72e0acb9b3fef394 | |
| parent | 9b304533abac7479f168c0aaa1b6282194f4c128 (diff) | |
| download | rust-abc221e7f66b495d2ea86ccdb200ee9f29cecaab.tar.gz rust-abc221e7f66b495d2ea86ccdb200ee9f29cecaab.zip | |
Update clippy_lints/src/crate_in_macro_def.rs
Co-authored-by: llogiq <bogusandre@gmail.com>
| -rw-r--r-- | clippy_lints/src/crate_in_macro_def.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/crate_in_macro_def.rs b/clippy_lints/src/crate_in_macro_def.rs index 844887dcbe5..ef2f3df105a 100644 --- a/clippy_lints/src/crate_in_macro_def.rs +++ b/clippy_lints/src/crate_in_macro_def.rs @@ -63,7 +63,7 @@ impl EarlyLintPass for CrateInMacroDef { CRATE_IN_MACRO_DEF, span, "`crate` references the macro call's crate", - "if reference to the macro definition's crate is intended, use", + "to reference the macro definition's crate, use", String::from("$crate"), Applicability::MachineApplicable, ); |
