Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alloc: remove repeated word in comment #97578

Merged
merged 1 commit into from
Jun 1, 2022
Merged

Commits on May 31, 2022

  1. alloc: remove repeated word in comment

    Linux's `checkpatch.pl` reports:
    
    ```txt
    rust-lang#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>
    ojeda committed May 31, 2022
    Configuration menu
    Copy the full SHA
    5dae6c1 View commit details
    Browse the repository at this point in the history