Skip to content

Commit

Permalink
fuse: export fuse_abi only when fuse is enabled
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Kröning <mkroening@posteo.net>
  • Loading branch information
cagatay-y and mkroening committed Feb 8, 2024
1 parent 17dafb5 commit 601846e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fs/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#[cfg(all(feature = "fuse", feature = "pci"))]
pub(crate) mod fuse;
#[cfg(all(feature = "fuse", feature = "pci"))]
mod fuse_abi;
mod mem;
mod uhyve;
Expand Down

0 comments on commit 601846e

Please sign in to comment.