Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bad
test_replace
for LinkedHashSet
The test was supposed to check for *real* equality with the replaced value but it wasn't due to the overridden `Eq`. Also fixes an unused variable warning due to not checking the second field for equality.
- Loading branch information