Skip to content

Commit

Permalink
Fix clippy style suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Mar 29, 2021
1 parent 72bf5cf commit 09e2ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bb8/tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ async fn test_customize_connection_acquire() {
#[derive(Debug, Default)]
struct Connection {
custom_field: usize,
};
}

#[derive(Debug, Default)]
struct CountingCustomizer {
Expand Down

0 comments on commit 09e2ef3

Please sign in to comment.