update to 0.18.2

This commit is contained in:
Paul Woolcock
2019-03-05 15:22:21 -05:00
parent b7b8379e10
commit 8e700cf37b
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -94,6 +94,7 @@ impl error::Error for Error {
Error::TomlDe(ref e) => e.description(),
Error::HeaderStrError(ref e) => e.description(),
Error::HeaderParseError(ref e) => e.description(),
#[cfg(feature = "env")]
Error::Envy(ref e) => e.description(),
Error::Other(ref e) => e,
}
@@ -134,7 +135,7 @@ from! {
#[cfg(feature = "toml")] TomlDeError, TomlDe,
HeaderStrError, HeaderStrError,
HeaderParseError, HeaderParseError,
EnvyError, Envy,
#[cfg(feature = "env")] EnvyError, Envy,
String, Other,
}