Skip to content

Commit a92c6eb

Browse files
authored
Update main.rs
1 parent 7bc3deb commit a92c6eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tokio-postgres/tests/test/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ async fn custom_range() {
303303
}
304304

305305
#[tokio::test]
306+
#[allow(clippy::get_first)]
306307
async fn simple_query() {
307308
let client = connect("user=postgres").await;
308309

0 commit comments

Comments
 (0)