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 2a725fb commit 5ee44e2Copy full SHA for 5ee44e2
exercises/06_move_semantics/move_semantics2.rs
@@ -14,7 +14,7 @@ fn main() {
14
mod tests {
15
use super::*;
16
17
- // TODO: Make both vectors `vec0` and `vec1` accessible at the same time to
+ // TODO: Make both vectors `vec0` and `vec1` are accessible at the same time to
18
// fix the compiler error in the test.
19
#[test]
20
fn move_semantics2() {
0 commit comments