Skip to content

Commit

Permalink
chore: Fix false positive clippy lint in rustc 1.78 betas
Browse files Browse the repository at this point in the history
  • Loading branch information
kmeisthax committed Mar 27, 2024
1 parent 67a04dc commit bb71b61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![deny(clippy::unwrap_used)]
#![allow(clippy::empty_docs)] //False positive in rustc 1.78 beta

//! Ruffle web frontend.
mod audio;
Expand Down

0 comments on commit bb71b61

Please sign in to comment.