File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -244,8 +244,8 @@ disallowed_methods = 'deny'
244
244
level = ' warn'
245
245
check-cfg = [
246
246
' cfg(mariadb, values(any()))' ,
247
- ' cfg(sqlite_ipaddr)' ,
248
247
' cfg(postgres, values(any()))' ,
248
+ ' cfg(sqlite_ipaddr)' ,
249
249
' cfg(sqlite_test_sqlcipher)' ,
250
250
]
251
251
Original file line number Diff line number Diff line change @@ -2143,7 +2143,7 @@ create temporary table person(
2143
2143
Ok ( ( ) )
2144
2144
}
2145
2145
2146
- #[ allow ( unused ) ]
2146
+ #[ sqlx_macros :: test ]
2147
2147
async fn test_pg_copy_chunked ( ) -> anyhow:: Result < ( ) > {
2148
2148
let mut conn = new :: < Postgres > ( ) . await ?;
2149
2149
@@ -2160,6 +2160,7 @@ async fn test_pg_copy_chunked() -> anyhow::Result<()> {
2160
2160
2161
2161
assert ! ( copy. send( payload. as_bytes( ) ) . await . is_ok( ) ) ;
2162
2162
assert ! ( copy. finish( ) . await . is_ok( ) ) ;
2163
+
2163
2164
Ok ( ( ) )
2164
2165
}
2165
2166
You can’t perform that action at this time.
0 commit comments