Run rustfix

Relates to #55
This commit is contained in:
Sebastian Schmidt 2019-08-29 09:03:31 +03:00
parent fa0a021d71
commit 6b1706f68f

View File

@ -1,7 +1,7 @@
#[cfg(feature = "regex_support")]
use regex::Regex;
use crate::error::*;
use crate::value::{FloatType, IntType};
use crate::EvalexprError;
use crate::Function;