01mf02 / jaq

A jq clone focussed on correctness, speed, and simplicity
MIT License
2.7k stars 67 forks source link

Use `alloc::rc::Rc::try_unwrap` from stdlib over custom implementation #181

Closed SamuelMarks closed 4 months ago

01mf02 commented 4 months ago

I'm sorry, but this change would raise MSRV from 1.64 to 1.76, which is not warranted by any added functionality.

I will perform this change once there is a strong benefit gained from increasing MSRV to >= 1.76.