diff options
Diffstat (limited to 'tvix/store/src/lib.rs')
-rw-r--r-- | tvix/store/src/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tvix/store/src/lib.rs b/tvix/store/src/lib.rs index c59121453352..5b57781c4dab 100644 --- a/tvix/store/src/lib.rs +++ b/tvix/store/src/lib.rs @@ -1,6 +1,3 @@ -#[cfg(feature = "fs")] -pub mod fs; - pub mod nar; pub mod pathinfoservice; pub mod proto; |