mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-12-28 06:49:19 +00:00
grammatical fix on move_semantics2.rs
This commit is contained in:
parent
2a725fb137
commit
5ee44e202e
@ -14,7 +14,7 @@ fn main() {
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
||||
// 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
|
||||
// fix the compiler error in the test.
|
||||
#[test]
|
||||
fn move_semantics2() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user