Skip to content

Commit

Permalink
fix(error)!: Allow adding new errors
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Dec 17, 2024
1 parent 1fabfc5 commit 2153159
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ impl fmt::Display for Unexpected {

/// Represents all possible errors that can occur when working with
/// configuration.
#[non_exhaustive]
pub enum ConfigError {
/// Configuration is frozen and no further mutations can be made.
Frozen,
Expand Down

0 comments on commit 2153159

Please sign in to comment.