Skip to content

Commit

Permalink
lib: Derive Copy + Clone for Generation
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Fanelli <[email protected]>
  • Loading branch information
tylerfanelli committed Nov 16, 2023
1 parent 2a9bbb5 commit 0e3bf3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ impl codicon::Encoder<()> for Build {
/// }
/// # }
/// ```
#[derive(Copy, Clone)]
pub enum Generation {
/// First generation EPYC (SEV).
#[cfg(feature = "sev")]
Expand Down

0 comments on commit 0e3bf3e

Please sign in to comment.