Skip to content

Commit

Permalink
Fix borrowed expression which implements trait
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <[email protected]>
  • Loading branch information
saschagrunert committed Aug 2, 2024
1 parent 453ca90 commit 6fbd66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conmon-rs/server/src/rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ impl conmon::Server for Server {
for (idx, namespace) in pause.namespaces().iter().enumerate() {
let mut ns = namespaces.reborrow().get(pry_err!(idx.try_into()));
ns.set_path(
&namespace
namespace
.path(pause.base_path(), pod_id)
.display()
.to_string(),
Expand Down

0 comments on commit 6fbd66d

Please sign in to comment.