You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: posts/tour-of-rusts-standard-library-traits.md
+25-25Lines changed: 25 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -2071,58 +2071,58 @@ fn main() {
2071
2071
}
2072
2072
```
2073
2073
2074
-
A good example of impling `PartialEq` to check equality between different types would be a program that works with temperature data and uses different types to represent different units of temperature measurement.
2074
+
A good example of impling `PartialEq` to check equality between different types would be a program that works with distances and uses different types to represent different units of measurement.
0 commit comments