Skip to content

Commit

Permalink
Lint for possible missing comma in an array #1177
Browse files Browse the repository at this point in the history
  • Loading branch information
Bood Qian committed Feb 3, 2017
1 parent b1be0d6 commit 33577ec
Show file tree
Hide file tree
Showing 5 changed files with 244 additions and 189 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -386,6 +386,7 @@ All notable changes to this project will be documented in this file.
[`overflow_check_conditional`]: https://github.com/Manishearth/rust-clippy/wiki#overflow_check_conditional
[`panic_params`]: https://github.com/Manishearth/rust-clippy/wiki#panic_params
[`partialeq_ne_impl`]: https://github.com/Manishearth/rust-clippy/wiki#partialeq_ne_impl
[`possible_missing_comma_in_array_formatting`]: https://github.com/Manishearth/rust-clippy/wiki#possible_missing_comma_in_array_formatting
[`precedence`]: https://github.com/Manishearth/rust-clippy/wiki#precedence
[`print_stdout`]: https://github.com/Manishearth/rust-clippy/wiki#print_stdout
[`print_with_newline`]: https://github.com/Manishearth/rust-clippy/wiki#print_with_newline
Expand Down

0 comments on commit 33577ec

Please sign in to comment.