Fix Clippy lints introduced by Rust 1.86

This commit is contained in:
Quentin Gliech
2025-04-06 16:18:27 +02:00
parent 6b12ce11b9
commit a86696e0a8
18 changed files with 23 additions and 23 deletions

View File

@@ -191,7 +191,7 @@ fn function_add_params_to_url(
match mode {
Fragment => uri.set_fragment(Some(&params)),
Query => uri.set_query(Some(&params)),
};
}
uri
};