-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Conversation
use sys::retry; | ||
use sys_common::{keep_going, eof, mkerr_libc}; | ||
|
||
pub use path::PosixPath as Path; |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
Awesome work @eddyb, thanks! |
b7da8ef
to
7070824
Compare
cdb4366
to
e4d9eb6
Compare
Needs a rebase |
@eddyb: want to rebase? |
8e60f69
to
e549317
Compare
|
||
use super::BinaryHeap; | ||
use vec::Vec; |
There was a problem hiding this comment.
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.
d94e895
to
7fcf304
Compare
Collection stuff LGTM now. Everyone else happy with all the other changes? |
chore: clean up some FIXMEs
r? @erickt