We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dccc08a + 7c3ec71 commit 06bf59bCopy full SHA for 06bf59b
.github/workflows/msrv.yml
@@ -9,6 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
rust:
12
+ - 1.44.0
13
- stable
14
- beta
15
- nightly
@@ -43,6 +44,7 @@ jobs:
43
44
45
46
47
48
49
50
tests/env.rs
@@ -184,7 +184,7 @@ fn test_parse_bool() {
184
185
assert!(matches!(
186
config,
187
- TestBoolEnum::Bool(TestBool { bool_val: true }),
+ TestBoolEnum::Bool(TestBool { bool_val: true })
188
));
189
190
env::remove_var("BOOL_VAL");
0 commit comments