about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--doc/adding_lints.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/adding_lints.md b/doc/adding_lints.md
index a45551dbf9c..d78e9c28e77 100644
--- a/doc/adding_lints.md
+++ b/doc/adding_lints.md
@@ -394,6 +394,7 @@ Before submitting your PR make sure you followed all of the basic requirements:
 - [ ] `cargo test` passes locally
 - [ ] Executed `util/dev update_lints`
 - [ ] Added lint documentation
+- [ ] Run `cargo fmt`
 
 ### Cheatsheet