getsentry / pdb

A parser for Microsoft PDB (Program Database) debugging information
https://docs.rs/pdb/
Apache License 2.0
384 stars 69 forks source link

Fix lints and idioms #116

Closed jan-auer closed 2 years ago

jan-auer commented 2 years ago

Time has passed and clippy as evolved. This PR fixes lints, mostly applying the auto-fixer. We're also compatible with edition 2021 now, most notably by supplying a format string to panic! in all cases.

Note that this contains a breaking change: MSF has been renamed to Msf. I expect minimal breakage in actual users of this crate, since this probably doesn't need to be implemented manually.

There are still many dead_code warnings remaining that I want to take a closer look at.