Skip to content

Commit

Permalink
Derive Copy/Clone/Eq/PartialEq for PrintFmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cramertj committed Sep 4, 2019
1 parent 17117c9 commit c2fc1b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/print.rs
Expand Up @@ -20,6 +20,7 @@ pub struct BacktraceFmt<'a, 'b> {
}

/// The styles of printing that we can print
#[derive(Copy, Clone, Eq, PartialEq)]
pub enum PrintFmt {
/// Prints a terser backtrace which ideally only contains relevant information
Short,
Expand Down

0 comments on commit c2fc1b4

Please sign in to comment.