|
@@ -292,7 +292,7 @@ pub enum Error {
|
|
|
#[cfg(feature = "regex")]
|
|
#[cfg(feature = "regex")]
|
|
|
#[error(transparent)]
|
|
#[error(transparent)]
|
|
|
RegexError(#[from] regex::Error),
|
|
RegexError(#[from] regex::Error),
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
#[cfg(feature = "util")]
|
|
#[cfg(feature = "util")]
|
|
|
#[error("System clock is not correct!")]
|
|
#[error("System clock is not correct!")]
|
|
|
InvalidClock,
|
|
InvalidClock,
|