diff options
Diffstat (limited to 'tvix/cli/src/tvix_io.rs')
-rw-r--r-- | tvix/cli/src/tvix_io.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/cli/src/tvix_io.rs b/tvix/cli/src/tvix_io.rs index b37dfc6a66a3..74f91138bff8 100644 --- a/tvix/cli/src/tvix_io.rs +++ b/tvix/cli/src/tvix_io.rs @@ -15,6 +15,7 @@ use std::path::{Path, PathBuf}; use std::rc::Rc; use tvix_eval::{EvalIO, FileType}; +// TODO: Merge this together with TvixStoreIO? pub(crate) struct TvixIO<T: EvalIO> { /// Ingested paths must be reported to this known paths tracker /// for accurate build reference scanning. |