]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #3798 - eyko:patch-1, r=flip1995
authorbors <bors@rust-lang.org>
Sat, 23 Feb 2019 14:50:39 +0000 (14:50 +0000)
committerbors <bors@rust-lang.org>
Sat, 23 Feb 2019 14:50:39 +0000 (14:50 +0000)
Fix broken link in README

I noticed the link to the lint list had a typo, so this PR is just that:

```diff
- [lint list]](https://rust-lang.github.io/rust-clippy/master/index.html)
+ [lint list](https://rust-lang.github.io/rust-clippy/master/index.html)
```


Trivial merge