Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suppress wrong_self_convention clippy false positive
rust-lang/rust-clippy#6983 error: methods with the following characteristics: (`to_*` and `self` type is `Copy`) usually take `self` by value --> src/token.rs:563:18 | 563 | fn to_tokens(&self, tokens: &mut TokenStream) { | ^^^^^ | = note: `-D clippy::wrong-self-convention` implied by `-D clippy::all` = help: consider choosing a less ambiguous name = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#wrong_self_convention
- Loading branch information