k9withabone / compose_spec_rs

Rust library for (de)serializing from/to the compose-spec
https://crates.io/crates/compose_spec
Mozilla Public License 2.0
3 stars 0 forks source link

chore(lints): Rust v1.82 Clippy lint fixes #36

Closed k9withabone closed 2 weeks ago

k9withabone commented 2 weeks ago

Allowed clippy::too_long_first_doc_paragraph on compose_spec::Extensions due to false positive, see rust-lang/rust-clippy#13315.

Allowed clippy::result_large_err on into_short() methods as they are returning ownership on error and are not expected to be bubbled up directly.