Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove a ton of public reexports #19842

Closed
wants to merge 1 commit into from

Commits on Dec 21, 2014

  1. Remove a ton of public reexports

    Remove most of the public reexports mentioned in rust-lang#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/io/net/ip.rs
     * IpAddr
    * src/libstd/os.rs
     * MemoryMapKind
     * MapOption
     * MapError
    * src/libstd/sys/common/net.rs
     * SocketStatus
     * InAddr
    * src/libstd/sys/unix/timer.rs
     * Req
    
    [breaking-change]
    frewsxcv committed Dec 21, 2014
    Configuration menu
    Copy the full SHA
    5fe6fc5 View commit details
    Browse the repository at this point in the history