gimli-rs / gimli

A library for reading and writing the DWARF debugging format
https://docs.rs/gimli/
Apache License 2.0
853 stars 108 forks source link

read: use const generics in `src/read/util.rs` #752

Closed nbdd0121 closed 2 months ago

nbdd0121 commented 2 months ago

The MSRV (1.60) has been bumped past the minimum required for const generics (1.51).