mirror of
https://github.com/trussed-dev/trussed-staging.git
synced 2026-06-20 04:16:23 -07:00
Fix clippy warnings and compilation
This commit is contained in:
+1
-1
@@ -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
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user