We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8185ec commit e7ca364Copy full SHA for e7ca364
clippy_config/src/conf.rs
@@ -775,15 +775,13 @@ define_Conf! {
775
needless_borrow,
776
non_std_lazy_statics,
777
option_as_ref_deref,
778
- option_map_unwrap_or,
779
ptr_as_ptr,
780
question_mark,
781
redundant_field_names,
782
redundant_static_lifetimes,
783
repeat_vec_with_capacity,
784
same_item_push,
785
seek_from_current,
786
- seek_rewind,
787
to_digit_is_some,
788
transmute_ptr_to_ref,
789
tuple_array_conversions,
0 commit comments