mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 19:20:35 +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`.