Skip to content

Commit d9add32

Browse files
committed
Temporarily disable buggy lint
1 parent fb2adcf commit d9add32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ missing_panics_doc = "allow"
3030
future_not_send = "allow"
3131
# Doesn't play nicely with tokio::select!
3232
redundant_pub_crate = "allow"
33+
# TODO: Remove when 1.87 is stable
34+
missing_const_for_fn = "allow"
3335

3436

3537
[dependencies]

0 commit comments

Comments
 (0)