rust/src/liballoc
bors 8aee5826f9 Auto merge of #30593 - steveklabnik:small_rc_refactoring, r=Gankro
This hairy conditional doesn't need to be so. It _does_ need to be a
thin pointer, otherwise, it will fail to compile, so let's pull that out
into a temporary for future readers of the source.

/cc @nrc @SimonSapin @Gankro @durka , who brought this up on IRC
2015-12-31 11:42:16 +00:00
..
arc.rs Auto merge of #30593 - steveklabnik:small_rc_refactoring, r=Gankro 2015-12-31 11:42:16 +00:00
boxed.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
boxed_test.rs rustfmt: liballoc, liballoc_*, libarena 2015-11-24 11:23:17 +13:00
heap.rs rustfmt: liballoc, liballoc_*, libarena 2015-11-24 11:23:17 +13:00
lib.rs Register new snapshots 2015-12-21 09:26:21 -08:00
raw_vec.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
rc.rs Auto merge of #30593 - steveklabnik:small_rc_refactoring, r=Gankro 2015-12-31 11:42:16 +00:00