third_party_rust_syn/tests/repo
David Tolnay 4510c1b1ef
Resolve needless_borrow pedantic clippy lint
error: the borrowed expression implements the required traits
       --> tests/repo/mod.rs:191:43
        |
    191 |     let response = reqwest::blocking::get(&url)?.error_for_status()?;
        |                                           ^^^^ help: change this to: `url`
        |
        = 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 clippy::all`
2022-10-24 21:25:53 -07:00
..
mod.rs Resolve needless_borrow pedantic clippy lint 2022-10-24 21:25:53 -07:00
progress.rs Add progress output for rust repo download 2019-12-31 22:30:36 -08:00