@@ -162,15 +162,15 @@ Current stable, released 2020-11-19
162
162
163
163
* [ ` useless_attribute ` ] : permit allowing [ ` wildcard_imports ` ] and [ ` enum_glob_use ` ]
164
164
[ #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
166
166
[ #5999 ] ( https://github.com/rust-lang/rust-clippy/pull/5999 )
167
167
* [ ` redundant_closure_call ` ] : take into account usages of the closure in nested functions and closures
168
168
[ #5920 ] ( https://github.com/rust-lang/rust-clippy/pull/5920 )
169
169
* Fix false positive in [ ` borrow_interior_mutable_const ` ] when referencing a field behind a pointer
170
170
[ #5949 ] ( https://github.com/rust-lang/rust-clippy/pull/5949 )
171
171
* [ ` doc_markdown ` ] : allow using "GraphQL" without backticks
172
172
[ #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 `
174
174
[ #5971 ] ( https://github.com/rust-lang/rust-clippy/pull/5971 )
175
175
* [ ` indexing_slicing ` ] and [ ` out_of_bounds_indexing ` ] treat references to arrays as arrays
176
176
[ #6034 ] ( https://github.com/rust-lang/rust-clippy/pull/6034 )
@@ -191,27 +191,27 @@ Current stable, released 2020-11-19
191
191
[ #5946 ] ( https://github.com/rust-lang/rust-clippy/pull/5946 )
192
192
* [ ` useless_conversion ` ] : show the type in the error message
193
193
[ #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
195
195
[ #5892 ] ( https://github.com/rust-lang/rust-clippy/pull/5892 )
196
196
* [ ` float_cmp ` ] and [ ` float_cmp_const ` ] : change wording to make margin of error less ambiguous
197
197
[ #6043 ] ( https://github.com/rust-lang/rust-clippy/pull/6043 )
198
198
* [ ` default_trait_access ` ] : do not use unnecessary type parameters in the suggestion
199
199
[ #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
201
201
[ #5992 ] ( https://github.com/rust-lang/rust-clippy/pull/5992 )
202
202
* Do not suggest empty format strings in [ ` print_with_newline ` ] and [ ` write_with_newline ` ]
203
203
[ #6042 ] ( https://github.com/rust-lang/rust-clippy/pull/6042 )
204
204
* [ ` unit_arg ` ] : improve the readability of the suggestion
205
205
[ #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
207
207
[ #5935 ] ( https://github.com/rust-lang/rust-clippy/pull/5935 )
208
208
* Show line count and max lines in [ ` too_many_lines ` ] lint message
209
209
[ #6009 ] ( https://github.com/rust-lang/rust-clippy/pull/6009 )
210
210
* Keep parentheses in the suggestion of [ ` useless_conversion ` ] where applicable
211
211
[ #5900 ] ( https://github.com/rust-lang/rust-clippy/pull/5900 )
212
212
* [ ` option_map_unit_fn ` ] and [ ` result_map_unit_fn ` ] : print the unit type ` () ` explicitly
213
213
[ #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> `
215
215
[ #5899 ] ( https://github.com/rust-lang/rust-clippy/pull/5899 )
216
216
* Make lint messages adhere to rustc dev guide conventions
217
217
[ #5893 ] ( https://github.com/rust-lang/rust-clippy/pull/5893 )
0 commit comments