Commit 0e9b0a64 authored by Mira Ressel's avatar Mira Ressel
Browse files

apply clippy 1.68 suggestions

* Simplify &(ref foo, _) tuple pattern matches
* Drop unneccessary .clone() calls
* Replace .position(cond).is_some() by .any(cond)
* Drop unneccessary lifetime specs
parent 64660ee8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment