This release of tracing-attributes
fixes warnings due to allow
attributes in
generated code that allow lints which may not exist on earlier versions of rustc.
Fixed
- Allow
unknown_lints
in macro-generated code ([#2626])
Thanks to @mladedav for contributing to this release!