Skip to content

Commit d5587a3

Browse files
committed
semi-heading not needed adding much value
1 parent bd93953 commit d5587a3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: src/conventions.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,8 @@ in the rust-lang/rust repo, feel free to open a PR to remove it.
8080
Lines should be at most 100 characters. It's even better if you can
8181
keep things to 80.
8282

83-
**Ignoring the line length limit.** Sometimes – in particular for
84-
tests – it can be necessary to exempt yourself from this limit. In
85-
that case, you can add a comment towards the top of the file like so:
83+
Sometimes, and particularly for tests, it can be necessary to exempt yourself from this limit.
84+
In that case, you can add a comment towards the top of the file like so:
8685

8786
```rust
8887
// ignore-tidy-linelength

0 commit comments

Comments
 (0)