Files
rust/compiler/rustc_target/src
LingMan 28aed81f7d Avoid an Option<Option<_>>
By simply swapping the calls to `map` and `and_then` around the complexity of
handling an `Option<Option<_>>` disappears.
2021-04-13 18:42:19 +02:00
..
2021-04-08 08:03:18 -07:00
2021-04-13 18:42:19 +02:00