Fix nightly CI (#3526)
This commit is contained in:
parent
352e70b8ac
commit
010787a430
5 changed files with 9 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue