mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 11:17:04 +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`.