mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 16:36:25 +00:00
Use a yes/no enum instead of a bool. The bool's meaning wasn't obvious to me at some call sites.
Use a yes/no enum instead of a bool. The bool's meaning wasn't obvious to me at some call sites.