From e9c08c4b12b715a2d680fd35d294227e373ed52d Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Thu, 20 Nov 2014 13:44:22 +0530 Subject: [PATCH] dlist readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7119c613166..cab6174ca30 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,6 @@ Lints included in this crate: - `clippy_single_match`: Warns when a match statement with a single nontrivial arm (i.e, where the other arm is `_ => {}`) is used, and recommends `if let` instead. - `clippy_box_vec`: Warns on usage of `Box>` + - `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! \ No newline at end of file