Closed imor closed 4 months ago
Most clippy warnings were about empty doc comments. One was about using clone_from instead of clone which needed a bit of code reorg.
clone_from
clone
Thank you for this contribution. I am on vacation until the beginning of next week. I will review this PR when I return.
Most clippy warnings were about empty doc comments. One was about using
clone_from
instead ofclone
which needed a bit of code reorg.