Skip to content

Remove all uses of feature(import_shadowing). #19511

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

Merged
merged 4 commits into from
Dec 20, 2014
Merged

Conversation

eddyb
Copy link
Member

@eddyb eddyb commented Dec 4, 2014

r? @erickt

use sys::retry;
use sys_common::{keep_going, eof, mkerr_libc};

pub use path::PosixPath as Path;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would break a public api. Should probably be deprecated instead of removed outright.

cc @aturon

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've been told that src/libstd/sys is not a public api, so it's okay if we remove this.

@alexcrichton
Copy link
Member

Awesome work @eddyb, thanks!

@eddyb eddyb force-pushed the no-shadow branch 3 times, most recently from b7da8ef to 7070824 Compare December 7, 2014 12:58
@eddyb eddyb force-pushed the no-shadow branch 2 times, most recently from cdb4366 to e4d9eb6 Compare December 10, 2014 10:09
@sfackler
Copy link
Member

Needs a rebase

@erickt
Copy link
Contributor

erickt commented Dec 14, 2014

@eddyb: want to rebase?

@eddyb eddyb force-pushed the no-shadow branch 2 times, most recently from 8e60f69 to e549317 Compare December 18, 2014 11:12

use super::BinaryHeap;
use vec::Vec;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yessss. use vec::Vec is my secret nemesis.

@eddyb eddyb force-pushed the no-shadow branch 4 times, most recently from d94e895 to 7fcf304 Compare December 19, 2014 13:45
@Gankra
Copy link
Contributor

Gankra commented Dec 19, 2014

Collection stuff LGTM now. Everyone else happy with all the other changes?

bors added a commit that referenced this pull request Dec 20, 2014
@bors bors merged commit b45d30d into rust-lang:master Dec 20, 2014
@eddyb eddyb deleted the no-shadow branch December 20, 2014 12:22
lnicola pushed a commit to lnicola/rust that referenced this pull request Apr 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants