Skip to content

Commit e7ca364

Browse files
committed
Remove references to two unknown lints in config
`option_map_unwrap_or` and `seek_rewind` are not current lints, and cannot be referenced as having the `msrv` configuration option.
1 parent e8185ec commit e7ca364

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clippy_config/src/conf.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -775,15 +775,13 @@ define_Conf! {
775775
needless_borrow,
776776
non_std_lazy_statics,
777777
option_as_ref_deref,
778-
option_map_unwrap_or,
779778
ptr_as_ptr,
780779
question_mark,
781780
redundant_field_names,
782781
redundant_static_lifetimes,
783782
repeat_vec_with_capacity,
784783
same_item_push,
785784
seek_from_current,
786-
seek_rewind,
787785
to_digit_is_some,
788786
transmute_ptr_to_ref,
789787
tuple_array_conversions,

0 commit comments

Comments
 (0)