Web: fix Clippy v1.78 FPs (#3678)

This commit is contained in:
daxpedda 2024-05-03 22:24:54 +02:00 committed by GitHub
parent 337d50779c
commit 7f8771a362
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,8 +17,8 @@
// incoming events (from the registered handlers) and ensuring they are passed to the user in a // incoming events (from the registered handlers) and ensuring they are passed to the user in a
// compliant way. // compliant way.
// TODO: FP, remove when <https://github.com/rust-lang/rust/issues/121621> is fixed. // TODO: FP, remove when <https://github.com/rust-lang/rust-clippy/issues/12377> is fixed.
#![allow(unknown_lints, non_local_definitions)] #![allow(clippy::empty_docs)]
mod r#async; mod r#async;
mod cursor; mod cursor;