Skip to content

Commit 09e2ef3

Browse files
committed
Fix clippy style suggestion
1 parent 72bf5cf commit 09e2ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bb8/tests/test.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ async fn test_customize_connection_acquire() {
752752
#[derive(Debug, Default)]
753753
struct Connection {
754754
custom_field: usize,
755-
};
755+
}
756756

757757
#[derive(Debug, Default)]
758758
struct CountingCustomizer {

0 commit comments

Comments
 (0)