librasn / rasn

A Safe #[no_std] ASN.1 Codec Framework
Other
183 stars 43 forks source link

Add clippy and fix reported issues #234

Closed wiktor-k closed 3 months ago

wiktor-k commented 3 months ago

This PR replaces #183 since the code diverged and I actually mis-push'd :sweat_smile:

It still leaves a couple of explicit #[allow]s for manual inspection :)

wiktor-k commented 3 months ago

(signal: 6, SIGABRT: process abort signal)

Hmm... The error looks weird. I can't reproduce it locally. Is this a spurious error?

XAMPPRocky commented 3 months ago

Thank you for your PR!