You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* run rustfmt
* box AhoCoresick structs when in enums with small variants
* prefer `impl From<>` to `impl Into<>`
* remove unnecessary lifetime parameter
* remove unnecessary clone()
* put format! macro into a closure for faster successful test running
* remove unnecessary refs and consuming iterators
* add allow(clippy) annotation & comment due to false positive
* merge imports from same source
0 commit comments