aboutsummaryrefslogtreecommitdiff
path: root/src/private/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/private/mod.rs')
-rw-r--r--src/private/mod.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/private/mod.rs b/src/private/mod.rs
deleted file mode 100644
index 9b03ce8..0000000
--- a/src/private/mod.rs
+++ /dev/null
@@ -1,6 +0,0 @@
-//! This module contains items that's not in the public API but is used by the
-//! library user with the expansions of the macros in the syrette_macros crate.
-
-pub mod cast;
-
-pub extern crate linkme;