summaryrefslogtreecommitdiffstats
path: root/vendor/gix-worktree/src/status/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gix-worktree/src/status/mod.rs')
-rw-r--r--vendor/gix-worktree/src/status/mod.rs11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/gix-worktree/src/status/mod.rs b/vendor/gix-worktree/src/status/mod.rs
deleted file mode 100644
index 8294a54e8..000000000
--- a/vendor/gix-worktree/src/status/mod.rs
+++ /dev/null
@@ -1,11 +0,0 @@
-//! Changes between an index and a worktree.
-///
-mod types;
-pub use types::{Change, Error, Options, VisitEntry};
-
-mod recorder;
-pub use recorder::Recorder;
-
-///
-pub mod content;
-pub(crate) mod function;