@@ -4,7 +4,38 @@ All notable changes to this project will be documented in this file.
44
55## Unreleased / In Rust Beta or Nightly
66
7- [ b2601be...master] ( https://github.com/rust-lang/rust-clippy/compare/b2601be...master )
7+ [ 1b89724...master] ( https://github.com/rust-lang/rust-clippy/compare/1b89724...master )
8+
9+ ## Rust 1.33 (2019-02-26)
10+
11+ [ b2601be...1b89724] ( https://github.com/rust-lang/rust-clippy/compare/b2601be...1b89724 )
12+
13+ * New lints: [ ` implicit_return ` ] , [ ` vec_box ` ] , [ ` cast_ref_to_mut ` ]
14+ * The ` rust-clippy ` repository is now part of the ` rust-lang ` org.
15+ * Rename ` stutter ` to ` module_name_repetitions `
16+ * Merge ` new_without_default_derive ` into ` new_without_default ` lint
17+ * Move ` large_digit_groups ` from ` style ` group to ` pedantic `
18+ * Expand ` bool_comparison ` to check for ` < ` , ` <= ` , ` > ` , ` >= ` , and ` != `
19+ comparisons against booleans
20+ * Expand ` no_effect ` to detect writes to constants such as ` A_CONST.field = 2 `
21+ * Expand ` redundant_clone ` to work on struct fields
22+ * Expand ` suspicious_else_formatting ` to detect ` if .. {..} {..} `
23+ * Expand ` use_self ` to work on tuple structs and also in local macros
24+ * Fix ICE in ` result_map_unit_fn ` and ` option_map_unit_fn `
25+ * Fix false positives in ` implicit_return `
26+ * Fix false positives in ` use_self `
27+ * Fix false negative in ` clone_on_copy `
28+ * Fix false positive in ` doc_markdown `
29+ * Fix false positive in ` empty_loop `
30+ * Fix false positive in ` if_same_then_else `
31+ * Fix false positive in ` infinite_iter `
32+ * Fix false positive in ` question_mark `
33+ * Fix false positive in ` useless_asref `
34+ * Fix false positive in ` wildcard_dependencies `
35+ * Fix false positive in ` write_with_newline `
36+ * Add suggestion to ` explicit_write `
37+ * Improve suggestions for ` question_mark ` lint
38+ * Fix incorrect suggestion for ` get_unwrap `
839
940## Rust 1.32 (2019-01-17)
1041
0 commit comments