Skip to content

Commit c0b00ec

Browse files
committed
fixed unused variable in error_handling.rs
Signed-off-by: Adam Poulemanos <[email protected]>
1 parent c433e3d commit c0b00ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/error_handling_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ mod tests {
5959
harness.init_git_repo().expect("Failed to init git repo");
6060

6161
// Try to use a non-existent config file
62-
let output = harness
62+
harness
6363
.run_submod(&["--config", "/nonexistent/path/config.toml", "check"])
6464
.expect("Failed to run submod");
6565

0 commit comments

Comments
 (0)