From 9aefd75b5e8214e65524b8187dbc2047cc518cae Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Thu, 4 Mar 2021 22:48:01 -0500 Subject: added book titles artifact for testing/benchmarking --- src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/main.rs b/src/main.rs index 0ffe5af..b26289c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -22,6 +22,7 @@ const EXCEPTIONS: &[&str] = &[ /// - Words are not capitalized if they are EXCEPTIONS, unless... /// - Words are either the first or the last word. fn main() { + // gather args let mut args = args(); args.next(); // ignore self arg let mut ignorables = HashSet::new(); -- cgit v1.2.3