Skip to content

Commit

Permalink
cleanup: fix lint for Rust 1.77
Browse files Browse the repository at this point in the history
  • Loading branch information
arxanas committed Apr 6, 2024
1 parent 3d8b480 commit fd083b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git-branchless-test/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2485,6 +2485,7 @@ struct PreparedWorkingDirectory {
path: PathBuf,
}

#[allow(dead_code)] // fields are not read except by `Debug` implementation`
#[derive(Debug)]
enum PrepareWorkingDirectoryError {
LockFailed(PathBuf),
Expand Down

0 comments on commit fd083b9

Please sign in to comment.