mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-26 06:30:32 +00:00
Fix links in change log
This commit is contained in:
parent
34a899cf18
commit
898dafba1d
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file.
|
||||||
## 0.0.139 — 2017-06-10
|
## 0.0.139 — 2017-06-10
|
||||||
* Update to *rustc 1.19.0-nightly (4bf5c99af 2017-06-10)*
|
* Update to *rustc 1.19.0-nightly (4bf5c99af 2017-06-10)*
|
||||||
* Fix bugs with for loop desugaring
|
* Fix bugs with for loop desugaring
|
||||||
* Check for AsRef/AsMut arguments in wrong_self_convention
|
* Check for [`AsRef`]/[`AsMut`] arguments in [`wrong_self_convention`]
|
||||||
|
|
||||||
## 0.0.138 — 2017-06-05
|
## 0.0.138 — 2017-06-05
|
||||||
* Update to *rustc 1.19.0-nightly (0418fa9d3 2017-06-04)*
|
* Update to *rustc 1.19.0-nightly (0418fa9d3 2017-06-04)*
|
||||||
|
@ -357,6 +357,8 @@ All notable changes to this project will be documented in this file.
|
||||||
* Update to *rustc 1.9.0-nightly (998a6720b 2016-03-07)*
|
* Update to *rustc 1.9.0-nightly (998a6720b 2016-03-07)*
|
||||||
* New lint: [`redundant_closure_call`]
|
* New lint: [`redundant_closure_call`]
|
||||||
|
|
||||||
|
[`AsMut`]: https://doc.rust-lang.org/std/convert/trait.AsMut.html
|
||||||
|
[`AsRef`]: https://doc.rust-lang.org/std/convert/trait.AsRef.html
|
||||||
[configuration file]: ./rust-clippy#configuration
|
[configuration file]: ./rust-clippy#configuration
|
||||||
|
|
||||||
<!-- begin autogenerated links to wiki -->
|
<!-- begin autogenerated links to wiki -->
|
||||||
|
|
Loading…
Reference in a new issue