diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-12-15 10:43:52 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-12-15 10:43:52 +0800 |
| commit | b4605ba20a92fc5c74dd34af7e682acbd6af2263 (patch) | |
| tree | 50e415fa09405707a2767d5ee2a7e97a7caed4d3 /src/bin | |
| parent | 1e43def95472d9c906cff50534b38be2864690f4 (diff) | |
Move file status types to workspace_analyzer module
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/jv.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/jv.rs b/src/bin/jv.rs index f2f5269..e336092 100644 --- a/src/bin/jv.rs +++ b/src/bin/jv.rs @@ -39,10 +39,10 @@ use just_enough_vcs::{ align::AlignTasks, cached_sheet::CachedSheet, config::LocalConfig, - file_status::{AnalyzeResult, FromRelativePathBuf}, latest_file_data::LatestFileData, latest_info::LatestInfo, vault_modified::check_vault_modified, + workspace_analyzer::{AnalyzeResult, FromRelativePathBuf}, }, member::{Member, MemberId}, sheet::{SheetData, SheetMappingMetadata}, |
