-
Brad King authored
Avoid relying on auto-deref to compare a `&str` and a `String` by using an explicit `.as_str()`. Auto-deref may not deref enough times when another `PartialOrd` trait impl is in scope.
be9f6d1cBrad King authoredAvoid relying on auto-deref to compare a `&str` and a `String` by using an explicit `.as_str()`. Auto-deref may not deref enough times when another `PartialOrd` trait impl is in scope.
To find the state of this project's repository at the time of any of these versions, check out the tags.
Loading