Skip to content

Commit

Permalink
feat!: mark ResolveError #[non_exhaustive] (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen authored Sep 25, 2024
1 parent 52f3a25 commit 58ea4df
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 @@ -5,6 +5,7 @@ use thiserror::Error;
///
/// `thiserror` is used to display meaningful error messages.
#[derive(Debug, Clone, PartialEq, Error)]
#[non_exhaustive]
pub enum ResolveError {
/// Ignored path
///
Expand Down

0 comments on commit 58ea4df

Please # to comment.