Web: fix Clippy v1.78 FPs (#3678)
This commit is contained in:
parent
337d50779c
commit
7f8771a362
1 changed files with 2 additions and 2 deletions
|
|
@ -17,8 +17,8 @@
|
|||
// incoming events (from the registered handlers) and ensuring they are passed to the user in a
|
||||
// compliant way.
|
||||
|
||||
// TODO: FP, remove when <https://github.com/rust-lang/rust/issues/121621> is fixed.
|
||||
#![allow(unknown_lints, non_local_definitions)]
|
||||
// TODO: FP, remove when <https://github.com/rust-lang/rust-clippy/issues/12377> is fixed.
|
||||
#![allow(clippy::empty_docs)]
|
||||
|
||||
mod r#async;
|
||||
mod cursor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue