Skip to content

Commit

Permalink
rust-bindings/tests: Display no longer implemented, but Debug is
Browse files Browse the repository at this point in the history
  • Loading branch information
Mstrodl committed Jan 30, 2025
1 parent ebe5d2b commit ad6697e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-bindings/tests/functions/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fn list_repo_objects() {
commit_cnt += 1;
}
x => {
panic!("unexpected object type {}", x);
panic!("unexpected object type {x:?}");
}
}
}
Expand Down

0 comments on commit ad6697e

Please sign in to comment.