Skip to content

Commit b220918

Browse files
committed
Remove non-contextual section in "Develop Lints with Tests" + typo
1 parent 06ce67c commit b220918

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

book/src/development/writing_tests.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
Developing lints for Clippy is a Test-Driven Development (TDD) process because
44
our first task before implementing any logic for a new lint is to write some test cases.
55

6-
## Develop Lint with Tests
7-
8-
It is not necessarily that every Clippy developer enjoys having the compiler screaming
9-
test failures in their face. Some embrace TDD *while* others learn to peacefully co-exist with it.
6+
## Develop Lints with Tests
107

118
When we develop Clippy, we enter a complex and chaotic realm full of
129
programmatic issues, stylistic errors, illogical code and non-adherence to convention.

0 commit comments

Comments
 (0)