Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed: use unused variable in String#<=>
Because all String end with a `\0` this isn't a real problem, as memcmp would stop at that `\0` so there's no unsafe memory access, but this change is still more correct.
- Loading branch information