mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-08-14 14:26:56 +00:00
fix tests
This commit is contained in:
parent
b054d8759e
commit
0f0d3b78ca
@ -110,6 +110,7 @@ mod tests {
|
|||||||
dir: None,
|
dir: None,
|
||||||
test: true,
|
test: true,
|
||||||
strict_clippy: true,
|
strict_clippy: true,
|
||||||
|
input_files: vec![],
|
||||||
hint: String::new(),
|
hint: String::new(),
|
||||||
skip_check_unsolved: false,
|
skip_check_unsolved: false,
|
||||||
},
|
},
|
||||||
@ -118,6 +119,7 @@ mod tests {
|
|||||||
dir: Some("d"),
|
dir: Some("d"),
|
||||||
test: false,
|
test: false,
|
||||||
strict_clippy: false,
|
strict_clippy: false,
|
||||||
|
input_files: vec![],
|
||||||
hint: String::new(),
|
hint: String::new(),
|
||||||
skip_check_unsolved: false,
|
skip_check_unsolved: false,
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user