Browse Source

Add useful derives for `VsVers`

I needed `Debug`, but I guess the others are useful as well?
cmd
Patrick Reisert 7 years ago
committed by GitHub
parent
commit
aff0e1b31d
  1. 1
      src/windows_registry.rs

1
src/windows_registry.rs

@ -87,6 +87,7 @@ pub fn find_tool(target: &str, tool: &str) -> Option<Tool> {
}
/// A version of Visual Studio
#[derive(Debug, PartialEq, Eq, Copy, Clone)]
pub enum VsVers {
/// Visual Studio 12 (2013)
Vs12,

Loading…
Cancel
Save