diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2018-11-22 04:50:00 +0100 |
|---|---|---|
| committer | Matthias Krüger <matthias.krueger@famsik.de> | 2018-11-22 04:50:00 +0100 |
| commit | 0b8d3233046687383fbd7bbb600377e5c37f4d45 (patch) | |
| tree | 4e800597683e4fc663836f45a1ccb3c8a461ec6a | |
| parent | d48af43cdf8962e50c8634f0260374c0ac66691c (diff) | |
| download | rust-0b8d3233046687383fbd7bbb600377e5c37f4d45.tar.gz rust-0b8d3233046687383fbd7bbb600377e5c37f4d45.zip | |
missed another one in the README
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 68bca8896de..f2b0da3ae71 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ blacklisted-names = ["toto", "tata", "titi"] cyclomatic-complexity-threshold = 30 ``` -See the [list of lints](https://rust-lang-nursery.github.io/rust-clippy/master/index.html) for more information about which lints can be configured and the +See the [list of lints](https://rust-lang.github.io/rust-clippy/master/index.html) for more information about which lints can be configured and the meaning of the variables. To deactivate the “for further information visit *lint-link*” message you can |
