dtolnay / async-trait

Type erasure for async trait methods
Apache License 2.0
1.81k stars 84 forks source link

Ignore unused_qualifications rustc lint in generated code #260

Closed dtolnay closed 6 months ago

dtolnay commented 6 months ago

Fixes #259. The new lints in nightly-2024-03-05 are resulting from https://github.com/rust-lang/rust/pull/121528.