]> git.lizzy.rs Git - rust.git/commit
document undefined collection behavior with interior mutability
authorAndrew Paseltiner <apaseltiner@gmail.com>
Fri, 13 Mar 2015 17:47:55 +0000 (13:47 -0400)
committerAndrew Paseltiner <apaseltiner@gmail.com>
Mon, 16 Mar 2015 13:55:41 +0000 (09:55 -0400)
commit90f06ae33fdf34e60c29cbd38dd3ec7be6b3badb
treeed7416aa18a4af2fa2c752b32c643181aac4b469
parentee7696383f3423cdd17373ff9e75c01acd8e3417
document undefined collection behavior with interior mutability

closes #23327
src/libcollections/binary_heap.rs
src/libcollections/btree/map.rs
src/libcollections/btree/set.rs
src/libcollections/enum_set.rs
src/libstd/collections/hash/map.rs
src/libstd/collections/hash/set.rs