This repository was archived by the owner on Jun 8, 2021. It is now read-only.
This repository was archived by the owner on Jun 8, 2021. It is now read-only.
Closures With Copy And Clone #661
Closed
Description
Now that closures implement Copy and Clone
Does this mean we should be able to get rid of builder.clone()
calls?
Would it be as simple as adding #[derive(Clone, Copy)]
to the Builder struct?
Metadata
Metadata
Assignees
Labels
No labels