Replace .clone()/.to_owned() with dereference on Copy types
Replace .clone()/.to_owned() with dereference on Copy types
Looks good! This is a good tip to keep in mind in the future, thank you!