11# Change Log
22All notable changes to this project will be documented in this file.
33
4+ ## 0.0.167
5+ * Rustup to * rustc 1.23.0-nightly (90ef3372e 2017-10-29)*
6+ * New lints: [ ` const_static_lifetime ` ] , [ ` erasing_op ` ] , [ ` fallible_impl_from ` ] , [ ` println_empty_string ` ] , [ ` useless_asref ` ]
7+
48## 0.0.166
59* Rustup to * rustc 1.22.0-nightly (b7960878b 2017-10-18)*
610* New lints: [ ` explicit_write ` ] , [ ` identity_conversion ` ] , [ ` implicit_hasher ` ] , [ ` invalid_ref ` ] , [ ` option_map_or_none ` ] , [ ` range_minus_one ` ] , [ ` range_plus_one ` ] , [ ` transmute_int_to_bool ` ] , [ ` transmute_int_to_char ` ] , [ ` transmute_int_to_float ` ]
@@ -486,6 +490,7 @@ All notable changes to this project will be documented in this file.
486490[ `cmp_null` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#cmp_null
487491[ `cmp_owned` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#cmp_owned
488492[ `collapsible_if` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#collapsible_if
493+ [ `const_static_lifetime` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#const_static_lifetime
489494[ `crosspointer_transmute` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#crosspointer_transmute
490495[ `cyclomatic_complexity` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#cyclomatic_complexity
491496[ `deprecated_semver` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#deprecated_semver
@@ -504,13 +509,15 @@ All notable changes to this project will be documented in this file.
504509[ `enum_glob_use` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#enum_glob_use
505510[ `enum_variant_names` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#enum_variant_names
506511[ `eq_op` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#eq_op
512+ [ `erasing_op` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#erasing_op
507513[ `eval_order_dependence` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#eval_order_dependence
508514[ `expl_impl_clone_on_copy` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#expl_impl_clone_on_copy
509515[ `explicit_counter_loop` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#explicit_counter_loop
510516[ `explicit_into_iter_loop` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#explicit_into_iter_loop
511517[ `explicit_iter_loop` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#explicit_iter_loop
512518[ `explicit_write` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#explicit_write
513519[ `extend_from_slice` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#extend_from_slice
520+ [ `fallible_impl_from` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#fallible_impl_from
514521[ `filter_map` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#filter_map
515522[ `filter_next` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#filter_next
516523[ `float_arithmetic` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#float_arithmetic
@@ -611,6 +618,7 @@ All notable changes to this project will be documented in this file.
611618[ `precedence` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#precedence
612619[ `print_stdout` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#print_stdout
613620[ `print_with_newline` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#print_with_newline
621+ [ `println_empty_string` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#println_empty_string
614622[ `ptr_arg` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#ptr_arg
615623[ `pub_enum_variant_names` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#pub_enum_variant_names
616624[ `range_minus_one` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#range_minus_one
@@ -673,6 +681,7 @@ All notable changes to this project will be documented in this file.
673681[ `use_debug` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#use_debug
674682[ `use_self` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#use_self
675683[ `used_underscore_binding` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#used_underscore_binding
684+ [ `useless_asref` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#useless_asref
676685[ `useless_attribute` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#useless_attribute
677686[ `useless_format` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#useless_format
678687[ `useless_let_if_seq` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#useless_let_if_seq
0 commit comments