Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
xunilrj committed Aug 3, 2022
1 parent 7de4a6b commit c98fcf7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ declare_rule! {
/// foo();
/// ```
pub(crate) NoUnusedVariables {
version: "0.8.0",
version: "0.9.0",
name: "noUnusedVariables",
recommended: true,
}
Expand Down
2 changes: 1 addition & 1 deletion website/src/docs/lint/rules/index.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions website/src/docs/lint/rules/noUnusedVariables.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c98fcf7

Please sign in to comment.