]> git.lizzy.rs Git - rust.git/commit
auto merge of #18740 : jbcrail/rust/implement-enum-set-len, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 8 Nov 2014 16:41:39 +0000 (16:41 +0000)
committerbors <bors@rust-lang.org>
Sat, 8 Nov 2014 16:41:39 +0000 (16:41 +0000)
commitb80edf1d1257bf521fd9e62b732b6302258374e7
treea6c5eded582e12b8a6a624bdc7947a6743217684
parentfa2983a1b7fc77dad37d49dcebeda3c25aac1e3f
parenta79d4be39cf99ed4dba1c757400a3ea708956653
auto merge of #18740 : jbcrail/rust/implement-enum-set-len, r=alexcrichton

This commit adds the missing EnumSet method mentioned by @Gankro.

cc #18424