refactor: apply RustRover lint suggestions (#569)

This commit is contained in:
Jacob Marshall
2025-02-17 07:40:03 +00:00
committed by GitHub
parent 06bc3700b7
commit b632cf43ba
6 changed files with 113 additions and 114 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ mod tests {
use crate::manifest::BundleInfo;
fn prepare_payload<'a>(uri: Option<&'a str>, mode: Mode) -> Payload<'a> {
fn prepare_payload(uri: Option<&str>, mode: Mode) -> Payload {
let mut manifest_mock = HashMap::new();
manifest_mock.insert(
"client-main".to_string(),