You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 8, 2021. It is now read-only.
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?