Bump to 0.0.187

This commit is contained in:
Manish Goregaokar
2018-02-26 12:32:18 -08:00
parent a512fb265b
commit 539b4b61ec
4 changed files with 12 additions and 5 deletions

View File

@@ -151,8 +151,8 @@ pub mod print;
pub mod ptr;
pub mod question_mark;
pub mod ranges;
pub mod reference;
pub mod redundant_field_names;
pub mod reference;
pub mod regex;
pub mod replace_consts;
pub mod returns;
@@ -385,9 +385,9 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry) {
array_indexing::INDEXING_SLICING,
assign_ops::ASSIGN_OPS,
else_if_without_else::ELSE_IF_WITHOUT_ELSE,
literal_representation::DECIMAL_LITERAL_REPRESENTATION,
methods::CLONE_ON_REF_PTR,
misc::FLOAT_CMP_CONST,
literal_representation::DECIMAL_LITERAL_REPRESENTATION,
]);
reg.register_lint_group("clippy_pedantic", vec![