bulwark
bulwark copied to clipboard
Replace `.clone()` for Arcs with `Arc::clone()`
This would help avoid any issue with accidentally cloning the underlying type if the Arc is ever changed up or moved around.