fdo-rs / fido-device-onboard-rs

An implementation of the FIDO Device Onboard (FDO) spec written in Rust.
BSD 3-Clause "New" or "Revised" License
58 stars 33 forks source link

fix(data-formats): fixes redundant pattern matching #548

Closed 7flying closed 1 year ago

7flying commented 1 year ago

There has been a new clippy update, which has triggered new warnings, this fixes those warnings to unblock PRs.

runcom commented 1 year ago

cherry-picked in https://github.com/fedora-iot/fido-device-onboard-rs/pull/547