Skip to content

Commit 58ea4df

Browse files
authored
feat!: mark ResolveError #[non_exhaustive] (#252)
1 parent 52f3a25 commit 58ea4df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/error.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ use thiserror::Error;
55
///
66
/// `thiserror` is used to display meaningful error messages.
77
#[derive(Debug, Clone, PartialEq, Error)]
8+
#[non_exhaustive]
89
pub enum ResolveError {
910
/// Ignored path
1011
///

0 commit comments

Comments
 (0)