mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-01 08:19:18 +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 {
|
mod tests {
|
||||||
use super::*;
|
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.
|
// fix the compiler error in the test.
|
||||||
#[test]
|
#[test]
|
||||||
fn move_semantics2() {
|
fn move_semantics2() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user