Skip to content

Commit 6076cda

Browse files
blyxyasflip1995
authored andcommitted
Fix CI
1 parent b91d676 commit 6076cda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/src/development/defining_lints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ Untracked files:
138138

139139
## The `define_clippy_lints` macro
140140

141-
After `cargo dev new_lint`, you should see a macro with the name `define_clippy_lints`. It will be in the same file if you defined a standalone lint, and it will be in `mod.rs` if you defined a type-specific lint.
141+
After `cargo dev new_lint`, you should see a macro with the name `define_clippy_lints`. It will be in the same file
142+
if you defined a standalone lint, and it will be in `mod.rs` if you defined a type-specific lint.
142143

143144
The macro looks something like this:
144145

@@ -196,4 +197,3 @@ the lint pass in question will not be run.
196197

197198
[all_lints]: https://rust-lang.github.io/rust-clippy/master/
198199
[lint_naming]: https://rust-lang.github.io/rfcs/0344-conventions-galore.html#lints
199-
[Zulip]: https://rust-lang.zulipchat.com/#narrow/stream/257328-clippy

0 commit comments

Comments
 (0)