grammatical fix on move_semantics2.rs

This commit is contained in:
elian1780 2024-10-29 15:09:38 +01:00 committed by GitHub
parent 2a725fb137
commit 5ee44e202e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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() {