Closed pumken closed 1 year ago
Pencil::new_one seems to be written as a Clone implementation. For clarity, it should probably be moved to a trait implementation of Clone.
Pencil::new_one
Clone
(Other changes to the file were stylistic changes made by a linter.)
Totally agree with this change
Pencil::new_one
seems to be written as aClone
implementation. For clarity, it should probably be moved to a trait implementation ofClone
.(Other changes to the file were stylistic changes made by a linter.)