From 2985ad47e9742f584062d1307be0d9ac7e5db469 Mon Sep 17 00:00:00 2001 From: veeso Date: Sat, 26 Oct 2024 21:18:33 +0200 Subject: [PATCH] fix: linux --- remotefs-fuse/src/mount.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/remotefs-fuse/src/mount.rs b/remotefs-fuse/src/mount.rs index 8ab5343..48fe7c9 100644 --- a/remotefs-fuse/src/mount.rs +++ b/remotefs-fuse/src/mount.rs @@ -44,7 +44,6 @@ where Ok(Self { session: fuser::Session::new(driver, mountpoint, &options)?, - marker: std::marker::PhantomData, }) }