Skip to content

Commit

Permalink
Apply clippy suggestions from Rust 1.66
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Dec 16, 2022
1 parent feddba0 commit 656b72d
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 @@ -754,7 +754,7 @@ async fn test_customize_connection_acquire() {

let pool = Pool::builder()
.max_size(2)
.connection_customizer(Box::new(CountingCustomizer::default()))
.connection_customizer(Box::<CountingCustomizer>::default())
.build(OkManager::<Connection>::new())
.await
.unwrap();
Expand Down

0 comments on commit 656b72d

Please sign in to comment.