Remove unused variable

This commit is contained in:
Matthias Beyer 2016-01-05 16:26:20 +01:00
parent 9f9721f227
commit 15a64d6237

View file

@ -4,7 +4,6 @@ use std::rc::Rc;
use std::ops::Deref;
use clap::ArgMatches;
use regex::Regex;
mod header;