]> git.lizzy.rs Git - rust.git/commit
rollup merge of #19842: frewsxcv/rm-reexports
authorAlex Crichton <alex@alexcrichton.com>
Sun, 21 Dec 2014 08:03:59 +0000 (00:03 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Sun, 21 Dec 2014 17:26:41 +0000 (09:26 -0800)
commit25f8051f2ebdc9444e0f75e91dc0cbb45d194181
tree9a8a8d62055fce17016a83e3446e2a786f7c80c6
parentbc99ced5708599c5644a189eca8834453691965e
parent98af642f5c8f60ae141a5d3ff92e8cc4e4317342
rollup merge of #19842: frewsxcv/rm-reexports

Remove most of the public reexports mentioned in #19253

These are all leftovers from the enum namespacing transition

In particular:

* src/libstd/num/strconv.rs
 * ExponentFormat
 * SignificantDigits
 * SignFormat
* src/libstd/path/windows.rs
 * PathPrefix
* src/libstd/sys/windows/timer.rs
 * Req
* src/libcollections/str.rs
 * MaybeOwned
* src/libstd/collections/hash/map.rs
 * Entry
* src/libstd/collections/hash/table.rs
 * BucketState
* src/libstd/dynamic_lib.rs
 * Rtld
* src/libstd/os.rs
 * MemoryMapKind
 * MapOption
 * MapError
* src/libstd/sys/common/net.rs
 * SocketStatus
 * InAddr
* src/libstd/sys/unix/timer.rs
 * Req

[breaking-change]