rust/compiler
Nicholas Nethercote 3ab6ef1938 Remove from_bool closure.
The code is clearer and simpler without it. Note that the `a == b` early
return at the top of the function means the `a == b` test at the end of
the function could never succeed.
2022-06-16 10:52:58 +10:00
..
2022-06-14 17:57:51 +02:00
2022-06-13 22:20:51 +03:00
2022-06-16 10:52:58 +10:00