Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
error: this expression borrows a reference (`&syn::parse::ParseBuffer`) that is immediately dereferenced by the compiler --> tests/test_parse_buffer.rs:15:35 | 15 | input1.advance_to(&input2); | ^^^^^^^ help: change this to: `input2` | = note: `-D clippy::needless-borrow` implied by `-D clippy::all` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
- Loading branch information