1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
+ ## 0.0.208
5
+ * Rustup to * rustc 1.28.0-nightly (86a8f1a63 2018-06-17)*
6
+
4
7
## 0.0.207
5
8
* Rustup to * rustc 1.28.0-nightly (2a0062974 2018-06-09)*
6
9
@@ -643,6 +646,7 @@ All notable changes to this project will be documented in this file.
643
646
[ `drop_copy` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#drop_copy
644
647
[ `drop_ref` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#drop_ref
645
648
[ `duplicate_underscore_argument` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#duplicate_underscore_argument
649
+ [ `duration_subsec` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#duration_subsec
646
650
[ `else_if_without_else` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#else_if_without_else
647
651
[ `empty_enum` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#empty_enum
648
652
[ `empty_line_after_outer_attr` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#empty_line_after_outer_attr
@@ -654,6 +658,7 @@ All notable changes to this project will be documented in this file.
654
658
[ `erasing_op` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#erasing_op
655
659
[ `eval_order_dependence` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#eval_order_dependence
656
660
[ `excessive_precision` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#excessive_precision
661
+ [ `expect_fun_call` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#expect_fun_call
657
662
[ `expl_impl_clone_on_copy` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#expl_impl_clone_on_copy
658
663
[ `explicit_counter_loop` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#explicit_counter_loop
659
664
[ `explicit_into_iter_loop` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#explicit_into_iter_loop
@@ -829,6 +834,7 @@ All notable changes to this project will be documented in this file.
829
834
[ `transmute_ptr_to_ptr` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#transmute_ptr_to_ptr
830
835
[ `transmute_ptr_to_ref` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#transmute_ptr_to_ref
831
836
[ `trivial_regex` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#trivial_regex
837
+ [ `trivially_copy_pass_by_ref` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#trivially_copy_pass_by_ref
832
838
[ `type_complexity` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#type_complexity
833
839
[ `unicode_not_nfc` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#unicode_not_nfc
834
840
[ `unimplemented` ] : https://rust-lang-nursery.github.io/rust-clippy/master/index.html#unimplemented
0 commit comments