bulwark icon indicating copy to clipboard operation
bulwark copied to clipboard

Replace `.clone()` for Arcs with `Arc::clone()`

Open sporkmonger opened this issue 2 years ago • 0 comments

This would help avoid any issue with accidentally cloning the underlying type if the Arc is ever changed up or moved around.

sporkmonger avatar Apr 18 '24 03:04 sporkmonger