about summary refs log tree commit diff
path: root/src/tools/clippy/lintcheck
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2023-04-11 15:31:08 +0200
committerPhilipp Krones <hello@philkrones.com>2023-04-11 15:31:08 +0200
commit0ca8ae5edd730d3c17b3f839dcff9aa906aa8c19 (patch)
treed4de99e1486055040888a6096e95a87e9c44f6d0 /src/tools/clippy/lintcheck
parentdfe024e1041d1cba1d3191024de3b7128c6734e6 (diff)
parent83e42a2337dadac915c956d125f1d69132f36425 (diff)
downloadrust-0ca8ae5edd730d3c17b3f839dcff9aa906aa8c19.tar.gz
rust-0ca8ae5edd730d3c17b3f839dcff9aa906aa8c19.zip
Merge commit '83e42a2337dadac915c956d125f1d69132f36425' into clippyup
Diffstat (limited to 'src/tools/clippy/lintcheck')
-rw-r--r--src/tools/clippy/lintcheck/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/clippy/lintcheck/README.md b/src/tools/clippy/lintcheck/README.md
index e997eb47e32..faf3ce9093a 100644
--- a/src/tools/clippy/lintcheck/README.md
+++ b/src/tools/clippy/lintcheck/README.md
@@ -16,7 +16,7 @@ or
 cargo lintcheck
 ```
 
-By default the logs will be saved into
+By default, the logs will be saved into
 `lintcheck-logs/lintcheck_crates_logs.txt`.
 
 You can set a custom sources.toml by adding `--crates-toml custom.toml` or using