diff --git a/src/platform_impl/web/mod.rs b/src/platform_impl/web/mod.rs index df1da5aa..7b896b4c 100644 --- a/src/platform_impl/web/mod.rs +++ b/src/platform_impl/web/mod.rs @@ -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 is fixed. -#![allow(unknown_lints, non_local_definitions)] +// TODO: FP, remove when is fixed. +#![allow(clippy::empty_docs)] mod r#async; mod cursor;