From 314cb3bf490bddb2422bfe994037fcde89fa32f4 Mon Sep 17 00:00:00 2001 From: Cappy Ishihara Date: Wed, 10 Jul 2024 01:05:35 +0700 Subject: [PATCH] cargo fmt --all --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 704c4d6..956b344 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -259,7 +259,7 @@ impl Container { pub fn run(&mut self, f: F) -> Result<(), E> where F: FnOnce() -> Result<(), E>, - E: Error + From + E: Error + From, { // Only mount and chroot if we're not already initialized if !self._initialized {