Skip to content

Commit

Permalink
Merge pull request #247 from cramertj/derives-printfmt
Browse files Browse the repository at this point in the history
Derive Copy/Clone/Eq/PartialEq for PrintFmt
  • Loading branch information
alexcrichton committed Sep 4, 2019
2 parents 17117c9 + c2fc1b4 commit 4b1e197
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 4b1e197

Please sign in to comment.