]> git.lizzy.rs Git - rust.git/commit
derive PartialEq and Eq for `ParseCharError`
authortinaun <tinagma@gmail.com>
Fri, 26 Jan 2018 23:52:27 +0000 (18:52 -0500)
committerGitHub <noreply@github.com>
Fri, 26 Jan 2018 23:52:27 +0000 (18:52 -0500)
commit838ddbf908f63a0a3d8629d9dc16592a27a8ba30
treeba4c565595ca1c0856e0de59dd02af3f9c5fd425
parentbacb5c58dfdde7c35e99b2b0d8171238cc33cf6c
derive PartialEq and Eq for `ParseCharError`

unlike the other Parse*Error types, ParseCharError didn't have these implemented for whatever reason
src/libcore/char.rs