mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
Fix links in change log
This commit is contained in:
parent
34a899cf18
commit
898dafba1d
@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file.
|
||||
## 0.0.139 — 2017-06-10
|
||||
* Update to *rustc 1.19.0-nightly (4bf5c99af 2017-06-10)*
|
||||
* 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
|
||||
* 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)*
|
||||
* 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
|
||||
|
||||
<!-- begin autogenerated links to wiki -->
|
||||
|
Loading…
Reference in New Issue
Block a user