]> git.lizzy.rs Git - rust.git/commit
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)
commitb1dec37561972c3e9e4026a8339722ebbef7384f
treee3bd6fb7094088fc79ab3e535f8b72e6c65c4e97
parent9cbbfee8a4738663625e373f165b8ec5f6317ef4
parentad39c0a8a19af23faa8c4f36daf33a0c02c3e0b9
rollup merge of #20265: nicholasbishop/bishop_add_missing_bitflags_methods

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.