@@ -162,15 +162,15 @@ Current stable, released 2020-11-19
162162
163163* [ ` useless_attribute ` ] : permit allowing [ ` wildcard_imports ` ] and [ ` enum_glob_use ` ]
164164 [ #5994 ] ( https://github.com/rust-lang/rust-clippy/pull/5994 )
165- * [ ` transmute_ptr_to_ptr ` ] : avoid suggesting dereferencing raw pointers in const contexts
165+ * [ ` transmute_ptr_to_ptr ` ] : avoid suggesting dereferencing raw pointers in const contexts
166166 [ #5999 ] ( https://github.com/rust-lang/rust-clippy/pull/5999 )
167167* [ ` redundant_closure_call ` ] : take into account usages of the closure in nested functions and closures
168168 [ #5920 ] ( https://github.com/rust-lang/rust-clippy/pull/5920 )
169169* Fix false positive in [ ` borrow_interior_mutable_const ` ] when referencing a field behind a pointer
170170 [ #5949 ] ( https://github.com/rust-lang/rust-clippy/pull/5949 )
171171* [ ` doc_markdown ` ] : allow using "GraphQL" without backticks
172172 [ #5996 ] ( https://github.com/rust-lang/rust-clippy/pull/5996 )
173- * [ ` to_string_in_display ` ] : avoid linting when calling ` to_string() ` on anything that is not ` self `
173+ * [ ` to_string_in_display ` ] : avoid linting when calling ` to_string() ` on anything that is not ` self `
174174 [ #5971 ] ( https://github.com/rust-lang/rust-clippy/pull/5971 )
175175* [ ` indexing_slicing ` ] and [ ` out_of_bounds_indexing ` ] treat references to arrays as arrays
176176 [ #6034 ] ( https://github.com/rust-lang/rust-clippy/pull/6034 )
@@ -191,27 +191,27 @@ Current stable, released 2020-11-19
191191 [ #5946 ] ( https://github.com/rust-lang/rust-clippy/pull/5946 )
192192* [ ` useless_conversion ` ] : show the type in the error message
193193 [ #6035 ] ( https://github.com/rust-lang/rust-clippy/pull/6035 )
194- * [ ` unnecessary_mut_passed ` ] : discriminate between functions and methods in the error message
194+ * [ ` unnecessary_mut_passed ` ] : discriminate between functions and methods in the error message
195195 [ #5892 ] ( https://github.com/rust-lang/rust-clippy/pull/5892 )
196196* [ ` float_cmp ` ] and [ ` float_cmp_const ` ] : change wording to make margin of error less ambiguous
197197 [ #6043 ] ( https://github.com/rust-lang/rust-clippy/pull/6043 )
198198* [ ` default_trait_access ` ] : do not use unnecessary type parameters in the suggestion
199199 [ #5993 ] ( https://github.com/rust-lang/rust-clippy/pull/5993 )
200- * [ ` collapsible_if ` ] : don't use expanded code in the suggestion
200+ * [ ` collapsible_if ` ] : don't use expanded code in the suggestion
201201 [ #5992 ] ( https://github.com/rust-lang/rust-clippy/pull/5992 )
202202* Do not suggest empty format strings in [ ` print_with_newline ` ] and [ ` write_with_newline ` ]
203203 [ #6042 ] ( https://github.com/rust-lang/rust-clippy/pull/6042 )
204204* [ ` unit_arg ` ] : improve the readability of the suggestion
205205 [ #5931 ] ( https://github.com/rust-lang/rust-clippy/pull/5931 )
206- * [ ` stable_sort_primitive ` ] : print the type that is being sorted in the lint message
206+ * [ ` stable_sort_primitive ` ] : print the type that is being sorted in the lint message
207207 [ #5935 ] ( https://github.com/rust-lang/rust-clippy/pull/5935 )
208208* Show line count and max lines in [ ` too_many_lines ` ] lint message
209209 [ #6009 ] ( https://github.com/rust-lang/rust-clippy/pull/6009 )
210210* Keep parentheses in the suggestion of [ ` useless_conversion ` ] where applicable
211211 [ #5900 ] ( https://github.com/rust-lang/rust-clippy/pull/5900 )
212212* [ ` option_map_unit_fn ` ] and [ ` result_map_unit_fn ` ] : print the unit type ` () ` explicitly
213213 [ #6024 ] ( https://github.com/rust-lang/rust-clippy/pull/6024 )
214- * [ ` redundant_allocation ` ] : suggest replacing ` Rc<Box<T>> ` with ` Rc<T> `
214+ * [ ` redundant_allocation ` ] : suggest replacing ` Rc<Box<T>> ` with ` Rc<T> `
215215 [ #5899 ] ( https://github.com/rust-lang/rust-clippy/pull/5899 )
216216* Make lint messages adhere to rustc dev guide conventions
217217 [ #5893 ] ( https://github.com/rust-lang/rust-clippy/pull/5893 )
0 commit comments