mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-23 08:34:18 +02:00
Derive Copy for OsType
This commit is contained in:
parent
4c5666884b
commit
ea7965a775
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue