]> git.lizzy.rs Git - rust.git/commitdiff
rollup merge of #20265: nicholasbishop/bishop_add_missing_bitflags_methods
authorAlex Crichton <alex@alexcrichton.com>
Tue, 30 Dec 2014 00:36:30 +0000 (16:36 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 30 Dec 2014 00:36:30 +0000 (16:36 -0800)
The methods `from_bits` and `from_bits_truncate` were missing from the
list of generated methods. Didn't see a useful way to abbreviate, so
added with the same docstrings used in the macro definition.


Trivial merge