about summary refs log tree commit diff
diff options
context:
space:
mode:
authorblyxyas <blyxyas@gmail.com>2023-04-18 18:43:48 +0200
committerPhilipp Krones <hello@philkrones.com>2023-08-16 14:30:39 +0200
commit6076cda3c5ba17c11965b0244422cfe9b06481e3 (patch)
tree8cabdf57dbb60cd1eef5f47de529898f2d6ecce1
parentb91d676b60b23227698c9449bed561b6c759e4db (diff)
downloadrust-6076cda3c5ba17c11965b0244422cfe9b06481e3.tar.gz
rust-6076cda3c5ba17c11965b0244422cfe9b06481e3.zip
Fix CI
-rw-r--r--book/src/development/defining_lints.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/book/src/development/defining_lints.md b/book/src/development/defining_lints.md
index e0dc2102459..14854233850 100644
--- a/book/src/development/defining_lints.md
+++ b/book/src/development/defining_lints.md
@@ -138,7 +138,8 @@ Untracked files:
 
 ## The `define_clippy_lints` macro
 
-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.
+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.
 
 The macro looks something like this:
 
@@ -196,4 +197,3 @@ the lint pass in question will not be run.
 
 [all_lints]: https://rust-lang.github.io/rust-clippy/master/
 [lint_naming]: https://rust-lang.github.io/rfcs/0344-conventions-galore.html#lints
-[Zulip]: https://rust-lang.zulipchat.com/#narrow/stream/257328-clippy