Disable clippy::unwrap_or_default lint for the project (#1647)

* disable clippy lint trigerred by a macro

* typo in lint name

* Update macro/src/lib.rs

Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com>

* move missing docs

* add workspace.lints = true for remaining crates

* lint fixes

* Update signer/src/eth.rs

Co-authored-by: James Wilson <james@jsdw.me>

---------

Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com>
Co-authored-by: James Wilson <james@jsdw.me>
This commit is contained in:
Pavlo Khrystenko
2024-06-18 18:45:40 +02:00
committed by GitHub
parent ddbffe828f
commit 971c15cf3b
10 changed files with 35 additions and 4 deletions
+3
View File
@@ -43,3 +43,6 @@ rustdoc-args = ["--cfg", "docsrs"]
[package.metadata.playground]
defalt-features = true
[lints]
workspace = true