diff --git a/src/ui_server/mod.rs b/src/ui_server/mod.rs index 67b1c69..3150a34 100644 --- a/src/ui_server/mod.rs +++ b/src/ui_server/mod.rs @@ -209,6 +209,7 @@ pub async fn serve_suite() -> impl IntoResponse { } } +#[allow(dead_code)] pub fn remove_section(html: &str, section: &str) -> String { let start_marker = format!("", section); let end_marker = format!("", section);