Derive Copy for OsType

This commit is contained in:
Danilo Bargen 2016-01-27 13:56:29 +01:00
commit ea7965a775

View file

@ -3,7 +3,7 @@
use rustc_serialize::{Decodable, Decoder};
#[derive(Debug, Eq, PartialEq)]
#[derive(Debug, Eq, PartialEq, Copy, Clone)]
#[allow(dead_code)]
pub enum OsType {
Linux,