diff options
| author | bors <bors@rust-lang.org> | 2022-10-14 16:15:19 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-10-14 16:15:19 +0000 |
| commit | 8e0da624092cfa539c7585d84981d1cd8bf7bf42 (patch) | |
| tree | 35b6c914ae8cf54253a84f02e8a7380e8d033c84 | |
| parent | 9a6eca5f852830cb5e9a520f79ce02e6aae9a1b1 (diff) | |
| parent | 950f5fa945beaa5ce08d1b7682c533b7fa57c417 (diff) | |
| download | rust-8e0da624092cfa539c7585d84981d1cd8bf7bf42.tar.gz rust-8e0da624092cfa539c7585d84981d1cd8bf7bf42.zip | |
Auto merge of #9644 - hkBst:patch-1, r=flip1995
add missing comma changelog: none
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6c977b2caca..85f94a74ad9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,7 +29,7 @@ All contributors are expected to follow the [Rust Code of Conduct]. ## The Clippy book -If you're new to Clippy and don't know where to start the [Clippy book] includes +If you're new to Clippy and don't know where to start, the [Clippy book] includes a [developer guide] and is a good place to start your journey. [Clippy book]: https://doc.rust-lang.org/nightly/clippy/index.html |
