Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Calling clone() on a &str (str reference) will result in a noop instruction, as str doesn't implement Clone, so we'd only be copying the reference which does nothing.
- Loading branch information