This repository has been archived by the owner on Oct 6, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid unused_self clippy pedantic lint in test
error: unused `self` argument --> tests/test_expr.rs:266:25 | 266 | fn consume_self(self) {} | ^^^^ | = note: `-D clippy::unused-self` implied by `-D clippy::pedantic` = help: consider refactoring to a associated function = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_self
- Loading branch information