summaryrefslogtreecommitdiffstats
path: root/crates/index/src/lib.rs
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-02-20 18:16:27 -0500
committerAndrew Gallant <jamslam@gmail.com>2022-08-22 14:49:35 -0400
commit60a1db34a69b0d57adb9c2725366e9d8adb5efdc (patch)
treea2a39770b2ad0e86e2e3a8e6b59b3f26857f7302 /crates/index/src/lib.rs
parent87b33c96c02b5d728324632956d301ef3d234f80 (diff)
index: embarking on a most ambitious project...ag/index
Diffstat (limited to 'crates/index/src/lib.rs')
-rw-r--r--crates/index/src/lib.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/crates/index/src/lib.rs b/crates/index/src/lib.rs
new file mode 100644
index 00000000..eb9bf8d1
--- /dev/null
+++ b/crates/index/src/lib.rs
@@ -0,0 +1,7 @@
+/*!
+TODO
+*/
+
+#![allow(warnings)]
+
+mod literal;