Releases: dtolnay/thiserror
Releases · dtolnay/thiserror
2.0.9
- Work around
missing_inline_in_public_items
clippy restriction being triggered in macro-generated code (#404)
2.0.8
- Improve support for macro-generated
derive(Error)
call sites (#399)
2.0.7
- Work around conflict with #[deny(clippy::allow_attributes)] (#397, thanks @zertosh)
2.0.6
- Suppress deprecation warning on generated From impls (#396)
2.0.5
- Prevent deprecation warning on generated impl for deprecated type (#394)
2.0.4
- Eliminate needless_lifetimes clippy lint in generated
From
impls (#391, thanks @matt-phylum)
2.0.3
- Support the same Path field being repeated in both Debug and Display representation in error message (#383)
- Improve error message when a format trait used in error message is not implemented by some field (#384)
2.0.2
- Fix hang on invalid input inside #[error(...)] attribute (#382)
2.0.1
- Support errors that contain a dynamically sized final field (#375)
- Improve inference of trait bounds for fields that are interpolated multiple times in an error message (#377)