Skip to content

Commit 02b36c5

Browse files
authored
Merge pull request #2620 from rust-lang/tshepang-patch-2
about sembr tool
2 parents 04addc0 + 2621371 commit 02b36c5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/contributing.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,13 @@ Just a few things to keep in mind:
391391
- Please try to avoid overly long lines and use semantic line breaks (where you break the line after each sentence).
392392
There is no strict limit on line lengths; let the sentence or part of the sentence flow to its proper end on the same line.
393393

394+
You can use a tool in ci/sembr to help with this.
395+
Its help output can be seen with this command:
396+
397+
```console
398+
cargo run --manifest-path ci/sembr/Cargo.toml -- --help
399+
```
400+
394401
- When contributing text to the guide, please contextualize the information with some time period
395402
and/or a reason so that the reader knows how much to trust the information.
396403
Aim to provide a reasonable amount of context, possibly including but not limited to:

0 commit comments

Comments
 (0)