Skip to content

Commit d752f24

Browse files
committed
cleanup: fix lint for Rust 1.77
1 parent 3d8b480 commit d752f24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

git-branchless-test/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2485,6 +2485,7 @@ struct PreparedWorkingDirectory {
24852485
path: PathBuf,
24862486
}
24872487

2488+
#[allow(dead_code)] // fields are not read except by `Debug` implementation`
24882489
#[derive(Debug)]
24892490
enum PrepareWorkingDirectoryError {
24902491
LockFailed(PathBuf),

0 commit comments

Comments
 (0)