summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-04-07 16:43:11 -0400
committerMatan Kushner <hello@matchai.me>2019-04-07 16:43:11 -0400
commitff94c9f25f737360d59d98d718944b91f2582d38 (patch)
tree0fc27141c87c4e3a41d9095f3be5d791438637a5 /src/lib.rs
parentc79cbe63b147b3e6e490f662f06d317e441ad2c4 (diff)
Use git project root for truncation
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index ccfc24c86..50c2327d2 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,2 +1,3 @@
+// Lib is present to allow for benchmarking
pub mod modules;
pub mod print;