fix(clippy): resolve unused code warning
This commit is contained in:
parent
74a2122827
commit
fee8b3d2a3
1 changed files with 1 additions and 0 deletions
|
|
@ -209,6 +209,7 @@ pub async fn serve_suite() -> impl IntoResponse {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[allow(dead_code)]
|
||||||
pub fn remove_section(html: &str, section: &str) -> String {
|
pub fn remove_section(html: &str, section: &str) -> String {
|
||||||
let start_marker = format!("<!-- SECTION:{} -->", section);
|
let start_marker = format!("<!-- SECTION:{} -->", section);
|
||||||
let end_marker = format!("<!-- ENDSECTION:{} -->", section);
|
let end_marker = format!("<!-- ENDSECTION:{} -->", section);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue