We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e479ec8 commit 652f0c7Copy full SHA for 652f0c7
src/cargo_toml.rs
@@ -111,13 +111,15 @@ mod tests {
111
test: true,
112
strict_clippy: true,
113
hint: String::new(),
114
+ skip_check_unsolved: false,
115
},
116
ExerciseInfo {
117
name: String::from("2"),
118
dir: Some(String::from("d")),
119
test: false,
120
strict_clippy: false,
121
122
123
124
];
125
0 commit comments