mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-13 23:12:34 +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`.