Skip to content

Commit

Permalink
Make mnt::Mount public
Browse files Browse the repository at this point in the history
Signed-off-by: Burak Varli <[email protected]>
  • Loading branch information
unexge committed Nov 4, 2024
1 parent 4902cd3 commit 814f55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use crate::mnt::mount_options::check_option_conflicts;
use crate::session::MAX_WRITE_SIZE;

Check warning on line 26 in src/lib.rs

View workflow job for this annotation

GitHub Actions / ci

Diff in /home/runner/work/mountpoint-s3/mountpoint-s3/src/lib.rs
#[cfg(feature = "abi-7-16")]
pub use ll::fuse_abi::fuse_forget_one;
pub use mnt::mount_options::MountOption;
pub use mnt::{Mount, mount_options::MountOption};
#[cfg(feature = "abi-7-11")]
pub use notify::{Notifier, PollHandle};
#[cfg(feature = "abi-7-11")]
Expand Down

0 comments on commit 814f55b

Please sign in to comment.