Rename duster module to parser

This commit is contained in:
Tom Alexander
2020-04-05 18:51:14 -04:00
parent 34882024b3
commit 0d659afa2f
4 changed files with 1 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
extern crate nom; extern crate nom;
mod duster; mod parser;
fn main() {} fn main() {}