Home
last modified time | relevance | path

Searched defs:method_sugg (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Doption_if_let_else.rs94 method_sugg: String, field
138 …let method_sugg = if eager_or_lazy::switch_to_eager_eval(cx, none_body) { "map_or" } else { "map_o… in try_get_option_occurrence() localVariable