Skip to content

Commit

Permalink
Web: fix Clippy v1.78 FPs (#3678)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed May 3, 2024
1 parent 337d507 commit 7f8771a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/platform_impl/web/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7f8771a

Please sign in to comment.