1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
+ ## 0.0.167
5
+ * Rustup to ???
6
+ * New lints: [ ` const_static_lifetime ` ] , [ ` erasing_op ` ] , [ ` fallible_impl_from ` ] , [ ` println_empty_string ` ] , [ ` useless_asref ` ]
7
+
4
8
## 0.0.166
5
9
* Rustup to * rustc 1.22.0-nightly (b7960878b 2017-10-18)*
6
10
* 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.
486
490
[ `cmp_null` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#cmp_null
487
491
[ `cmp_owned` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#cmp_owned
488
492
[ `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
489
494
[ `crosspointer_transmute` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#crosspointer_transmute
490
495
[ `cyclomatic_complexity` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#cyclomatic_complexity
491
496
[ `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.
504
509
[ `enum_glob_use` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#enum_glob_use
505
510
[ `enum_variant_names` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#enum_variant_names
506
511
[ `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
507
513
[ `eval_order_dependence` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#eval_order_dependence
508
514
[ `expl_impl_clone_on_copy` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#expl_impl_clone_on_copy
509
515
[ `explicit_counter_loop` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#explicit_counter_loop
510
516
[ `explicit_into_iter_loop` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#explicit_into_iter_loop
511
517
[ `explicit_iter_loop` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#explicit_iter_loop
512
518
[ `explicit_write` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#explicit_write
513
519
[ `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
514
521
[ `filter_map` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#filter_map
515
522
[ `filter_next` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#filter_next
516
523
[ `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.
611
618
[ `precedence` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#precedence
612
619
[ `print_stdout` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#print_stdout
613
620
[ `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
614
622
[ `ptr_arg` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#ptr_arg
615
623
[ `pub_enum_variant_names` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#pub_enum_variant_names
616
624
[ `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.
673
681
[ `use_debug` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#use_debug
674
682
[ `use_self` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#use_self
675
683
[ `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
676
685
[ `useless_attribute` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#useless_attribute
677
686
[ `useless_format` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#useless_format
678
687
[ `useless_let_if_seq` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#useless_let_if_seq
0 commit comments