aboutsummaryrefslogtreecommitdiffstats
path: root/src/content/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/content/mod.rs11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/content/mod.rs b/src/content/mod.rs
deleted file mode 100644
index af40cc0..0000000
--- a/src/content/mod.rs
+++ /dev/null
@@ -1,11 +0,0 @@
-//! Content types found in markdown.
-//!
-//! * [document][document]
-//! * [flow][flow]
-//! * [string][string]
-//! * [text][text]
-
-pub mod document;
-pub mod flow;
-pub mod string;
-pub mod text;