1Password / passkey-rs

A framework for defining Webauthn Authenticators that support passkeys
Apache License 2.0
116 stars 17 forks source link

fix: remove unused qualifications #21

Closed coroiu closed 3 months ago

coroiu commented 3 months ago

Newer versions of rust (rustc 1.78.0 (9b00956e5 2024-04-29) throw build errors due to stricter linting rules. This PR fixes those errors

Progdrasil commented 3 months ago

There seems to be one lint missing in the PR, having a Default impl on ListProvider<T> Otherwise this looks good