zhiburt / tabled

An easy to use library for pretty print tables of Rust structs and enums.
MIT License
1.94k stars 77 forks source link

Fix for cargo clippy #404

Closed akiomik closed 3 months ago

akiomik commented 3 months ago

This PR fixes the issue of clippy failing in CI.

As noted in the comments, I've temporarily disabled assiginig_clones due to a bug in which clippy does not respect the version of rust. (assiginig_clones is actually available since rust 1.63.0. Currently the rust-version in Cargo.toml is 1.61.0.)

ref: https://github.com/rust-lang/rust-clippy/issues/12502

zhiburt commented 3 months ago

Hey @fbonin Sorry that it took that long;

Thanks for your contribution. Take care. Once again