Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
theashraf committed Dec 6, 2024
1 parent 0531a78 commit 1f6e677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotlottie-rs/src/lottie_renderer/thorvg.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#[cfg(not(target_arch = "wasm32"))]
#[allow(unused_imports)]
#[cfg(not(target_arch = "wasm32"))]
use std::sync::Mutex;

#[cfg(target_arch = "wasm32")]
Expand Down

0 comments on commit 1f6e677

Please sign in to comment.