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> {