Skip to content

Commit

Permalink
fixup! backhand: Use thread-safe structs
Browse files Browse the repository at this point in the history
  • Loading branch information
wcampbell0x2a committed Jul 19, 2023
1 parent 5797367 commit 0330ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filesystem/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ impl<'a> FilesystemWriter<'a> {
writer: &mut W,
data_writer: &mut DataWriter,
) -> Result<(), BackhandError> {
let mut files = self
let files = self
.root
.nodes
.iter_mut()
Expand Down

0 comments on commit 0330ede

Please sign in to comment.