Closed bkaestner closed 1 month ago
Unfortunately, proc-macro-error's use via getset triggers cargo audit. #358 already removed getset, but missed some cargo +nightly clippy findings.
proc-macro-error
getset
cargo audit
cargo +nightly clippy
This PR builds upon #358 and fixes all lints.
Fixes #371 and #373.
Unfortunately,
proc-macro-error
's use viagetset
triggerscargo audit
. #358 already removedgetset
, but missed somecargo +nightly clippy
findings.This PR builds upon #358 and fixes all lints.
Fixes #371 and #373.