Skip to content

Commit

Permalink
chore: disable clippy warning - empty lines after doc comments in gen…
Browse files Browse the repository at this point in the history
…erated code
  • Loading branch information
theashraf committed Dec 6, 2024
1 parent 1f6e677 commit 196e655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotlottie-ffi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cfg_if::cfg_if! {
pub fn transform_theme_to_lottie_slots(theme_data: &str, animation_id: &str) -> String {
dotlottie_rs::transform_theme_to_lottie_slots(theme_data, animation_id).unwrap_or_default()
}

uniffi::include_scaffolding!("dotlottie_player_cpp");
} else {
uniffi::include_scaffolding!("dotlottie_player");
Expand Down

0 comments on commit 196e655

Please sign in to comment.