diff options
| author | bors <bors@rust-lang.org> | 2021-03-08 03:54:32 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-03-08 03:54:32 +0000 |
| commit | e6c643f39939188decc2ab0c52478a7c44c2cf1f (patch) | |
| tree | 51745cdb1d232dc48ec78775e92e97fcfcb2e7d3 | |
| parent | d02ca3b81b54aa8d9cf07597297a8d74ebdb7dfe (diff) | |
| parent | 06fe44e721a70ed3d36769632ee10893a487a7e3 (diff) | |
| download | rust-e6c643f39939188decc2ab0c52478a7c44c2cf1f.tar.gz rust-e6c643f39939188decc2ab0c52478a7c44c2cf1f.zip | |
Auto merge of #6864 - giraffate:fix_doc_adding_a_new_lint, r=Manishearth
Add msrv to contents in adding lints md changelog: none
| -rw-r--r-- | doc/adding_lints.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/adding_lints.md b/doc/adding_lints.md index f62c2d29c70..575853996c0 100644 --- a/doc/adding_lints.md +++ b/doc/adding_lints.md @@ -18,6 +18,7 @@ because that's clearly a non-descriptive name. - [Lint passes](#lint-passes) - [Emitting a lint](#emitting-a-lint) - [Adding the lint logic](#adding-the-lint-logic) + - [Specifying the lint's minimum supported Rust version (msrv)](#specifying-the-lints-minimum-supported-rust-version-msrv) - [Author lint](#author-lint) - [Documentation](#documentation) - [Running rustfmt](#running-rustfmt) |
