|
1 | 1 | # Change Log
|
2 | 2 | All notable changes to this project will be documented in this file.
|
3 | 3 |
|
| 4 | +## 0.0.169 |
| 5 | +* Rustup to *rustc 1.23.0-nightly (3b82e4c74 2017-11-05)* |
| 6 | +* New lints: [`just_underscores_and_digits`], [`result_map_unwrap_or_else`], [`transmute_bytes_to_str`] |
| 7 | + |
4 | 8 | ## 0.0.168
|
5 | 9 | * Rustup to *rustc 1.23.0-nightly (f0fe716db 2017-10-30)*
|
6 | 10 |
|
@@ -555,6 +559,7 @@ All notable changes to this project will be documented in this file.
|
555 | 559 | [`iter_nth`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#iter_nth
|
556 | 560 | [`iter_skip_next`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#iter_skip_next
|
557 | 561 | [`iterator_step_by_zero`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#iterator_step_by_zero
|
| 562 | +[`just_underscores_and_digits`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#just_underscores_and_digits |
558 | 563 | [`large_digit_groups`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#large_digit_groups
|
559 | 564 | [`large_enum_variant`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#large_enum_variant
|
560 | 565 | [`len_without_is_empty`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#len_without_is_empty
|
@@ -632,6 +637,7 @@ All notable changes to this project will be documented in this file.
|
632 | 637 | [`redundant_closure_call`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#redundant_closure_call
|
633 | 638 | [`redundant_pattern`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#redundant_pattern
|
634 | 639 | [`regex_macro`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#regex_macro
|
| 640 | +[`result_map_unwrap_or_else`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#result_map_unwrap_or_else |
635 | 641 | [`result_unwrap_used`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#result_unwrap_used
|
636 | 642 | [`reverse_range_loop`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#reverse_range_loop
|
637 | 643 | [`search_is_some`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#search_is_some
|
@@ -659,6 +665,7 @@ All notable changes to this project will be documented in this file.
|
659 | 665 | [`temporary_cstring_as_ptr`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#temporary_cstring_as_ptr
|
660 | 666 | [`too_many_arguments`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#too_many_arguments
|
661 | 667 | [`toplevel_ref_arg`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#toplevel_ref_arg
|
| 668 | +[`transmute_bytes_to_str`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#transmute_bytes_to_str |
662 | 669 | [`transmute_int_to_bool`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#transmute_int_to_bool
|
663 | 670 | [`transmute_int_to_char`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#transmute_int_to_char
|
664 | 671 | [`transmute_int_to_float`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#transmute_int_to_float
|
|
0 commit comments