Rename sunos to solaris
This commit is contained in:
@@ -28,7 +28,7 @@ pub enum Os {
|
||||
OsNetbsd,
|
||||
OsOpenbsd,
|
||||
OsNaCl,
|
||||
OsSunos,
|
||||
OsSolaris,
|
||||
}
|
||||
|
||||
#[derive(PartialEq, Eq, Hash, RustcEncodable, RustcDecodable, Clone, Copy, Debug)]
|
||||
@@ -148,7 +148,7 @@ impl fmt::Display for Os {
|
||||
OsNetbsd => "netbsd".fmt(f),
|
||||
OsOpenbsd => "openbsd".fmt(f),
|
||||
OsNaCl => "nacl".fmt(f),
|
||||
OsSunos => "sunos".fmt(f),
|
||||
OsSolaris => "solaris".fmt(f),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user