util: Derive PartialEq for Level
authorCarl Dong <accounts@carldong.me>
Thu, 7 Feb 2019 18:08:21 +0000 (13:08 -0500)
committerCarl Dong <accounts@carldong.me>
Thu, 7 Feb 2019 18:08:21 +0000 (13:08 -0500)
commitabe3fa1a40533162f653ad465290d5875edac1d4
tree41eb4b1b9069297e58f3d7f68fd7b8649df93933
parent576463456833bb9bee1e93c64c8e6922fd28b86b
util: Derive PartialEq for Level

PartialEq, Eq, and Hash should all be derived together wherever possible
to not violate Hash invariants. See the documentation for
std::hash::Hash for more details.
src/util/logger.rs