Replace option.map(cond) == Some(true)
with option.is_some_and(cond)
#118253
+21
−22
The logs for this run have expired and are no longer available.
Loading