getsentry / pdb

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

Remove deprecated Error::description and add source #80

Closed jan-auer closed 4 years ago

jan-auer commented 4 years ago

With Rust 1.42.0, Error::description was deprecated. Since the Display implementation contains more information, it is sort-of duplicate anyway. This also implements Error::source.