Skip to content

Commit

Permalink
Fix typo in declarative_macro_missing lint. (#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Dec 8, 2024
1 parent de1e578 commit 679fb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lints/declarative_macro_missing.ron
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SemverQuery(
id: "declarative_macro_missing",
human_readable_name: "macro_rules declaration removed or renamed",
description: "A declarative macro marked with #[macro_export] can no longer imported by its prior name.",
description: "A declarative macro marked with #[macro_export] can no longer be imported by its prior name.",
required_update: Major,
lint_level: Deny,
reference_link: Some("https://doc.rust-lang.org/reference/macros-by-example.html#path-based-scope"),
Expand Down

0 comments on commit 679fb16

Please sign in to comment.