Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
alloc: remove repeated word in comment
Linux's `checkpatch.pl` reports: ```txt #42544: FILE: rust/alloc/vec/mod.rs:2692: WARNING: Possible repeated word: 'to' + // - Elements are :Copy so it's OK to to copy them, without doing ``` Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
- Loading branch information