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 65a2669 commit 8687205Copy full SHA for 8687205
clippy_lints/src/crate_in_macro_def.rs
@@ -13,7 +13,7 @@ declare_clippy_lint! {
13
/// Checks for use of `crate` as opposed to `$crate` in a macro definition.
14
///
15
/// ### Why is this bad?
16
- /// `crate` refers to macro call's crate, whereas `$crate` refers to the macro
+ /// `crate` refers to the macro call's crate, whereas `$crate` refers to the macro
17
/// definition's crate. Rarely is the former intended. See:
18
/// https://doc.rust-lang.org/reference/macros-by-example.html#hygiene
19
0 commit comments