summaryrefslogtreecommitdiff
path: root/autochomp/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'autochomp/src/main.rs')
-rw-r--r--autochomp/src/main.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/autochomp/src/main.rs b/autochomp/src/main.rs
index 9b3b521..493204d 100644
--- a/autochomp/src/main.rs
+++ b/autochomp/src/main.rs
@@ -1,15 +1,12 @@
use std::{
error::Error,
- fs,
io::{self, Read, Write},
process::exit,
};
use chewed::{IterWrapper, Parser};
-mod nibble {
- include!(concat!(env!("OUT_DIR"), "/nibble.rs"));
-}
+mod nibble;
fn main() {
let mut input = String::new();