plotly / plotly.rs

Plotly for Rust
https://docs.rs/plotly
MIT License
1.01k stars 98 forks source link

clippy::manual_unwrap_or_default triggers on macro generated code from darling crate #210

Open andrei-ng opened 2 weeks ago

andrei-ng commented 2 weeks ago

Temporarily, the CI has been fixed by adding -Aclippy::manual_unwrap_or_default to all clippy jobs.

These should be removed from CI workflow file once the issue is fixed upstream. See: https://github.com/rust-lang/rust-clippy/issues/12643 https://github.com/TedDriggs/darling/issues/293