projectsyn / reclass-rs

Reimplementation of https://github.com/kapicorp/reclass in Rust with Python bindings through PyO3.
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

Update ref parser to match on unit pattern where applicable #51

Closed simu closed 11 months ago

simu commented 11 months ago

These were highlighted by clippy after updating to Rust 1.73.0. See also https://rust-lang.github.io/rust-clippy/master/index.html#/ignored_unit_patterns

Checklist