Skip to content

Commit

Permalink
fix(build): fix changes breaking tarpaulin
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLostLambda committed Oct 1, 2022
1 parent 09f360e commit ebe48d9
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions src/io/newick.rs
Expand Up @@ -29,21 +29,7 @@ use std::path::{Path, PathBuf};
use thiserror::Error;

/// A `thiserror` error type gathering all the potential bad outcomes
#[derive(
Debug,
Error,
Default,
Copy,
Clone,
Eq,
PartialEq,
Ord,
PartialOrd,
Hash,
Debug,
Serialize,
Deserialize,
)]
#[derive(Debug, Error)]
pub enum Error {
#[error("Error while opening {}: {}", filename.display(), source)]
OpenFile {
Expand Down

0 comments on commit ebe48d9

Please sign in to comment.