Skip to content

Commit

Permalink
Fix clippy warnings and compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Nov 9, 2023
1 parent 24c4601 commit 26978b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
2 changes: 1 addition & 1 deletion src/manage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 26978b2

Please sign in to comment.