Browse Source

Fix a compiler warning

cmd
Alex Crichton 8 years ago
parent
commit
e650554edf
  1. 1
      src/windows_registry.rs

1
src/windows_registry.rs

@ -99,6 +99,7 @@ pub enum VsVers {
/// handle an enumeration of `VsVers` instances should always have a default
/// case meaning that it's a VS version they don't understand.
#[doc(hidden)]
#[allow(bad_style)]
__Nonexhaustive_do_not_match_this_or_your_code_will_break,
}

Loading…
Cancel
Save