-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Labels
3Estimate - m - This is a small change, but there's some uncertainty.Estimate - m - This is a small change, but there's some uncertainty.cleanup
Description
We call to_owned() in many places throughout the code. We could move these calls to more centralized locations by having functions and methods take Into<String> instead of String directly. Then, we'd be able to call to_owned() just once in the function/method body instead of every time it's called.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
3Estimate - m - This is a small change, but there's some uncertainty.Estimate - m - This is a small change, but there's some uncertainty.cleanup