Skip to content

Commit

Permalink
Update README.md for clippy_toplevel_ref_arg.
Browse files Browse the repository at this point in the history
  • Loading branch information
Twisol committed Dec 25, 2014
1 parent 8770f79 commit a7d5048
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -10,6 +10,7 @@ Lints included in this crate:
- `clippy_box_vec`: Warns on usage of `Box<Vec<T>>`
- `clippy_dlist`: Warns on usage of `DList`
- `clippy_str_to_string`: Warns on usage of `str::to_string()`
- `clippy_toplevel_ref_arg`: Warns when a function argument is declared `ref` (i.e. `fn foo(ref x: u8)`, but not `fn foo((ref x, ref y): (u8, u8))`).

More to come, please [file an issue](https://github.com/Manishearth/rust-clippy/issues) if you have ideas!

Expand Down

0 comments on commit a7d5048

Please sign in to comment.