chore: Fix false positive clippy lint in rustc 1.78 betas

This commit is contained in:
David Wendt 2024-03-27 01:30:32 -04:00 committed by kmeisthax
parent 67a04dcc75
commit bb71b61c9a
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#![deny(clippy::unwrap_used)]
#![allow(clippy::empty_docs)] //False positive in rustc 1.78 beta
//! Ruffle web frontend.
mod audio;