Fix nightly CI (#3526)

This commit is contained in:
daxpedda 2024-02-26 09:46:12 +01:00 committed by GitHub
parent 352e70b8ac
commit 010787a430
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 9 additions and 6 deletions

View file

@ -17,6 +17,9 @@
// 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)]
mod r#async;
mod cursor;
mod device;