rust/src/libcollections/btree
Huon Wilson 225b116829 Make align_of behave like min_align_of.
This removes a footgun, since it is a reasonable assumption to make that
pointers to `T` will be aligned to `align_of::<T>()`. This also matches
the behaviour of C/C++. `min_align_of` is now deprecated.

Closes #21611.
2015-06-24 17:00:43 -07:00
..
map.rs More test fixes and fallout of stability changes 2015-06-17 09:07:17 -07:00
mod.rs refactor libcollections as part of collection reform 2014-11-02 18:58:11 -05:00
node.rs Make align_of behave like min_align_of. 2015-06-24 17:00:43 -07:00
set.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00