mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 13:50:05 -04:00
Web: fix Clippy v1.78 FPs (#3678)
This commit is contained in:
committed by
Kirill Chibisov
parent
4b3c0655bf
commit
4f2f0bc08f
@@ -17,8 +17,8 @@
|
|||||||
// incoming events (from the registered handlers) and ensuring they are passed to the user in a
|
// incoming events (from the registered handlers) and ensuring they are passed to the user in a
|
||||||
// compliant way.
|
// compliant way.
|
||||||
|
|
||||||
// TODO: FP, remove when <https://github.com/rust-lang/rust/issues/121621> is fixed.
|
// TODO: FP, remove when <https://github.com/rust-lang/rust-clippy/issues/12377> is fixed.
|
||||||
#![allow(unknown_lints, non_local_definitions)]
|
#![allow(clippy::empty_docs)]
|
||||||
|
|
||||||
mod r#async;
|
mod r#async;
|
||||||
mod cursor;
|
mod cursor;
|
||||||
|
|||||||
Reference in New Issue
Block a user