summaryrefslogtreecommitdiff
path: root/vendor/educe/src/common/tools/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/educe/src/common/tools/mod.rs')
-rw-r--r--vendor/educe/src/common/tools/mod.rs11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/educe/src/common/tools/mod.rs b/vendor/educe/src/common/tools/mod.rs
deleted file mode 100644
index 23cb4970..00000000
--- a/vendor/educe/src/common/tools/mod.rs
+++ /dev/null
@@ -1,11 +0,0 @@
-#[cfg(any(feature = "PartialOrd", feature = "Ord"))]
-mod discriminant_type;
-
-#[cfg(any(feature = "PartialOrd", feature = "Ord"))]
-pub(crate) use discriminant_type::*;
-
-#[cfg(feature = "Into")]
-mod hash_type;
-
-#[cfg(feature = "Into")]
-pub(crate) use hash_type::*;