mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 02:53:43 +00:00
It's easier to pass it in to the one method that needs it (`highlighting_region_vid`) than to store it in the type. This means `RegionHighlightMode` can impl `Default`.