Skip to content

Commit

Permalink
Remove log4rs::FormatError::XmlFeatureFlagRequired (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadunga committed Apr 5, 2020
1 parent 1031ba6 commit 94c6bf5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/priv_file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ pub enum FormatError {
#[fail(display = "the `toml_format` feature is required for TOML support")]
TomlFeatureFlagRequired,

/// The XML feature flag was missing.
#[fail(display = "the `xml_format` feature is required for XML support")]
XmlFeatureFlagRequired,

/// An unsupported format was specified.
#[fail(display = "unsupported file format `{}`", 0)]
UnsupportedFormat(String),
Expand Down

0 comments on commit 94c6bf5

Please sign in to comment.