From 196e655197c4c77ddb08b206277afe07c337f61c Mon Sep 17 00:00:00 2001 From: Abdelrahman Ashraf Date: Mon, 2 Dec 2024 10:32:03 +0700 Subject: [PATCH] chore: disable clippy warning - empty lines after doc comments in generated code --- dotlottie-ffi/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotlottie-ffi/src/lib.rs b/dotlottie-ffi/src/lib.rs index a0014e2c..1e7a8671 100644 --- a/dotlottie-ffi/src/lib.rs +++ b/dotlottie-ffi/src/lib.rs @@ -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");