Skip to content

Commit edcbd13

Browse files
authored
Update Cargo.toml (#17)
1 parent 7b36c26 commit edcbd13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ explicit_iter_loop = "warn"
299299
inconsistent_struct_constructor = "warn"
300300
unused_async = "warn"
301301
map_flatten = "warn"
302-
await_holding_lock = "warn"
302+
await_holding_lock = "allow"
303303
# For private code, this is a little pedantic and not worth fixing.
304304
# &Vec or &String is acceptable
305305
ptr_arg = "allow"

0 commit comments

Comments
 (0)