clippy
CI / build (push) Failing after 8m37s
CI / snap (push) Has been skipped

This commit is contained in:
2026-07-24 10:53:27 +02:00
parent 768e1c4f78
commit f9e11e951b
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -336,7 +336,7 @@ impl EphemeralContextGuard {
impl Drop for EphemeralContextGuard {
fn drop(&mut self) {
log::debug!("Cleaning up ephemeral context ({:?})...", &self.chroot_path);
log::debug!("Cleaning up ephemeral context ({:?})...", self.chroot_path);
// Reset to normal context
if let Err(e) = context::manager().set_current(&self.previous_context) {
log::error!("Failed to restore context {}: {}", self.previous_context, e);