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

Fix a complaint from clippy #762

Merged
merged 1 commit into from Nov 4, 2022
Merged

Fix a complaint from clippy #762

merged 1 commit into from Nov 4, 2022

Commits on Nov 4, 2022

  1. Fix a complaint from clippy

    error: the borrowed expression implements the required traits
      --> x11rb/tests/resource_manager.rs:96:13
       |
    96 |             &dir,
       |             ^^^^ help: change this to: `dir`
       |
       = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
       = note: `-D clippy::needless-borrow` implied by `-D warnings`
    
    Signed-off-by: Uli Schlachter <psychon@znc.in>
    psychon committed Nov 4, 2022
    Copy the full SHA
    1e5dff3 View commit details
    Browse the repository at this point in the history