From ee94b1f7357f77c92eb5124eb8a7f1c1eff7a985 Mon Sep 17 00:00:00 2001 From: Michael-F-Bryan Date: Mon, 20 Mar 2023 23:21:21 +0800 Subject: [PATCH] Ran rustfmt --- lib/vfs/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/vfs/src/lib.rs b/lib/vfs/src/lib.rs index 24bce023bce..e20f42b4580 100644 --- a/lib/vfs/src/lib.rs +++ b/lib/vfs/src/lib.rs @@ -84,7 +84,6 @@ pub trait FileSystem: fmt::Debug + Send + Sync + 'static + Upcastable { fn new_open_options(&self) -> OpenOptions; } - impl dyn FileSystem + 'static { #[inline] pub fn downcast_ref(&'_ self) -> Option<&'_ T> {