]> git.lizzy.rs Git - rust.git/commit
Revert stability for Bitv and BitvSet
authorSimonas Kazlauskas <git@kazlauskas.me>
Thu, 15 Jan 2015 20:56:53 +0000 (22:56 +0200)
committerSteve Klabnik <steve@steveklabnik.com>
Sat, 17 Jan 2015 15:49:49 +0000 (10:49 -0500)
commit873ae555e9a42fd12b0a92134112ec000d749ab2
treee8676ddbc37f2c3fa8062151d6706f7741d49fc0
parenta2e277edf49cb05e79c0346de9a145e4ce6754cb
Revert stability for Bitv and BitvSet

The collections were promoted to stable by mistake and do not match RFC 509.
This reverts the stability back to unstable.

[breaking-change] since previously stable API became unstable.

Fixes #21193
src/libcollections/bit.rs
src/libcollections/lib.rs