paritytech / subxt

Interact with Substrate based nodes in Rust or WebAssembly
Other
408 stars 244 forks source link

Disable `clippy::unwrap_or_default` lint for the project #1647

Closed pkhry closed 3 months ago

pkhry commented 3 months ago

Description

see rust-lang/rust-clippy#12643 subxt uses darling which uses unwrap_or_default in generated code.