File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ The minimum rust version that the project supports
108108* [ ` manual_str_repeat ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#manual_str_repeat )
109109* [ ` cloned_instead_of_copied ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#cloned_instead_of_copied )
110110* [ ` redundant_field_names ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names )
111+ * [ ` option_map_unwrap_or ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#option_map_unwrap_or )
111112* [ ` redundant_static_lifetimes ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#redundant_static_lifetimes )
112113* [ ` filter_map_next ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#filter_map_next )
113114* [ ` checked_conversions ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#checked_conversions )
You can’t perform that action at this time.
0 commit comments