rust-bakery / nom

Rust parser combinator framework
MIT License
9.18k stars 792 forks source link

using `.clone()` on a double reference #1698

Open rrupy opened 8 months ago

rrupy commented 8 months ago

cargo check reports warnings:

krtab commented 8 months ago

(this warning appeared in Rust 1.71)