summaryrefslogtreecommitdiffstats
path: root/vendor/gix/src/attributes.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gix/src/attributes.rs')
-rw-r--r--vendor/gix/src/attributes.rs9
1 files changed, 0 insertions, 9 deletions
diff --git a/vendor/gix/src/attributes.rs b/vendor/gix/src/attributes.rs
deleted file mode 100644
index bb8636460..000000000
--- a/vendor/gix/src/attributes.rs
+++ /dev/null
@@ -1,9 +0,0 @@
-/// The error returned by [`Repository::attributes()`][crate::Repository::attributes()].
-#[derive(Debug, thiserror::Error)]
-#[allow(missing_docs)]
-pub enum Error {
- #[error(transparent)]
- ConfigureAttributes(#[from] crate::config::attribute_stack::Error),
- #[error(transparent)]
- ConfigureExcludes(#[from] crate::config::exclude_stack::Error),
-}