diff options
| author | Philipp Krones <hello@philkrones.com> | 2021-02-13 16:55:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-13 16:55:01 +0100 |
| commit | 0256103c1055a3bfa23c72220f37c06e601e2eae (patch) | |
| tree | ba057f686c7d40db2d75e9f8a68fc9e184f4c31e | |
| parent | fedfbb901157fd20bbd9ef01d4a67f1603833239 (diff) | |
| download | rust-0256103c1055a3bfa23c72220f37c06e601e2eae.tar.gz rust-0256103c1055a3bfa23c72220f37c06e601e2eae.zip | |
Use title case in clippy_dev README
| -rw-r--r-- | clippy_dev/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clippy_dev/README.md b/clippy_dev/README.md index c02257afe12..7c582b37535 100644 --- a/clippy_dev/README.md +++ b/clippy_dev/README.md @@ -26,7 +26,8 @@ where `custom.toml` must be a relative path from the repo root. The results will then be saved to `lintcheck-logs/custom_logs.toml`. -### configuring the crate sources +### Configuring the Crate Sources + The sources to check are saved in a `toml` file. There are three types of sources. A crates-io source: |
