Skip to content

Commit 6e1185f

Browse files
committed
non_exhaustive
1 parent 96a8c0d commit 6e1185f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/config.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ impl SourceType {
123123
serde(rename_all = "lowercase")
124124
)]
125125
#[derive(Clone, Debug, PartialEq, Eq, Default)]
126+
#[non_exhaustive]
126127
pub enum Case {
127128
#[default]
128129
Constant,

0 commit comments

Comments
 (0)