We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2d0c60 commit 1393dc9Copy full SHA for 1393dc9
extractor/src/main.rs
@@ -176,7 +176,7 @@ fn main() -> std::io::Result<()> {
176
177
let path = PathBuf::from("extras");
178
let mut trap_writer = extractor::new_trap_writer();
179
- &trap_writer.populate_empty_location();
+ trap_writer.populate_empty_location();
180
write_trap(&trap_dir, path, trap_writer, &trap_compression)
181
}
182
0 commit comments