rust/compiler
LingMan af9402af0f Replace simple if let constructs with Option::map
Replaces a few constructs of the form

if let Some(x) = var {
    Some(...)
} else {
    None
}

with calls to Option::map.
2020-12-08 02:40:14 +01:00
..
2020-12-03 09:50:10 -08:00
2020-12-03 09:50:10 -08:00
2020-12-06 20:30:07 +00:00
2020-12-03 17:08:19 -05:00
2020-12-05 12:59:54 +01:00
2020-12-03 17:08:19 -05:00
2020-12-07 15:52:59 +01:00
2020-12-03 17:08:19 -05:00
2020-12-03 09:50:10 -08:00