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 9e28716 commit 8f41c8eCopy full SHA for 8f41c8e
tmc-client/src/response.rs
@@ -170,7 +170,7 @@ pub struct Exercise {
170
pub all_review_points_given: bool,
171
pub memory_limit: Option<u32>,
172
pub runtime_params: Vec<String>,
173
- pub valgrind_strategy: String,
+ pub valgrind_strategy: Option<String>,
174
pub code_review_requests_enabled: bool,
175
pub run_tests_locally_action_enabled: bool,
176
/// Typically null.
0 commit comments