mirror of
https://github.com/sharkdp/bat
synced 2026-07-17 16:03:19 +00:00
68528983d7
This will allow us to add new enum variants in the future without breaking semver compatibility. See https://doc.rust-lang.org/reference/attributes/type_system.html#the-non_exhaustive-attribute Since we already added an enum variant since v0.18.3, now is a good time to mark it as `#[non_exhaustive]`.