Skip to content

Commit

Permalink
remove unused enum variants
Browse files Browse the repository at this point in the history
  • Loading branch information
benluiwj authored and ytmimi committed Jan 29, 2025
1 parent e4951c0 commit 4031677
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions check_diff/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ pub enum CheckDiffError {
FailedBinaryVersioning(PathBuf),
/// Error when obtaining cargo version
FailedCargoVersion(&'static str),
/// Error when trying to find rust files
FailedFindingRustFiles(&'static str),
FailedWritingToFile(&'static str),
IO(std::io::Error),
}

Expand Down

0 comments on commit 4031677

Please sign in to comment.