iotaledger / identity.rs

Implementation of the Decentralized Identity standards such as DID and Verifiable Credentials by W3C for the IOTA Tangle.
https://www.iota.org
Apache License 2.0
290 stars 83 forks source link

Fix findings after clippy update #1365

Closed wulfraem closed 2 months ago

wulfraem commented 2 months ago

Description of change

Fixes findings in project that appeared when checking with clippy 0.1.78.

Defaults have been added by autofix, other changes:

Type of change

Add an x to the boxes that are relevant to your changes.

How the change has been tested

Ran clippy and fmt checks again to verify that no findings were left, ran cargo tests.

Change checklist

Add an x to the boxes that are relevant to your changes.