mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
Update README.md
This commit is contained in:
parent
a9e0f48fd5
commit
1e182b36fb
1 changed files with 3 additions and 1 deletions
|
@ -10,4 +10,6 @@ Lints included in this crate:
|
||||||
- `clippy_box_vec`: Warns on usage of `Box<Vec<T>>`
|
- `clippy_box_vec`: Warns on usage of `Box<Vec<T>>`
|
||||||
- `clippy_dlist`: Warns on usage of `DList`
|
- `clippy_dlist`: Warns on usage of `DList`
|
||||||
|
|
||||||
More to come, please [file an issue](https://github.com/Manishearth/rust-clippy/issues) if you have ideas!
|
More to come, please [file an issue](https://github.com/Manishearth/rust-clippy/issues) if you have ideas!
|
||||||
|
|
||||||
|
Licensed under [MPL](https://www.mozilla.org/MPL/2.0/). If you're having issues with the license, let me know and I'll try to change it to something more permissive.
|
||||||
|
|
Loading…
Reference in a new issue