fixed warnings

This commit is contained in:
Simon
2026-03-30 02:34:26 +00:00
parent de8f88bf41
commit 0df84a1fac
3 changed files with 5 additions and 21 deletions

View File

@@ -18,10 +18,6 @@ struct SourceCandidate {
pub struct ShooshtimeProxy {}
impl ShooshtimeProxy {
pub fn new() -> Self {
Self {}
}
fn normalize_detail_request(endpoint: &str) -> Option<(String, Option<String>)> {
let endpoint = endpoint.trim().trim_start_matches('/');
if endpoint.is_empty() {