Fix clippy warnings and compilation

This commit is contained in:
Sosthène Guédon
2023-11-09 16:52:59 +01:00
parent 24c4601258
commit 26978b28cf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -42,5 +42,5 @@ log-warn = []
log-error = []
[patch.crates-io]
trussed = { git = "https://github.com/trussed-dev/trussed.git", rev = "380747db172ed2a112f68c66ade01115784222bd" }
trussed = { git = "https://github.com/trussed-dev/trussed.git", rev = "976372331be2f1b37cab532420cb6c55e0d54473" }
littlefs2 = { git = "https://github.com/trussed-dev/littlefs2.git", rev = "ae57c299312700ca4a3c4437d784a0f4e4f56759" }
+1 -1
View File
@@ -232,7 +232,7 @@ impl ExtensionImpl<ManageExtension> for StagingBackend {
return Err(Error::InvalidPath);
}
let path = path!("/").join(&client);
let path = path!("/").join(client);
let ifs = store.ifs();
let efs = store.efs();