Skip to content

Remove Result and Option reexports #19653

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 1 commit into from
Dec 9, 2014
Merged

Conversation

frewsxcv
Copy link
Member

@frewsxcv frewsxcv commented Dec 9, 2014

Brief note: This does not affect anything in the prelude

Part of #19253

All this does is remove the reexporting of Result and Option from their
respective modules. More core reexports might be removed, but these ones
are the safest to remove since these enums (and their variants) are included in
the prelude.

Depends on #19407 which is merged, but might need a new snapshot

[breaking-change]

Brief note: This does *not* affect anything in the prelude

Part of rust-lang#19253

All this does is remove the reexporting of Result and Option from their
respective modules. More core reexports might be removed, but these ones
are the safest to remove since these enums (and their variants) are included in
the prelude.

[breaking-change]
alexcrichton added a commit to alexcrichton/rust that referenced this pull request Dec 9, 2014
Brief note: This does *not* affect anything in the prelude

Part of rust-lang#19253

All this does is remove the reexporting of Result and Option from their
respective modules. More core reexports might be removed, but these ones
are the safest to remove since these enums (and their variants) are included in
the prelude.

Depends on rust-lang#19407 which is merged, but might need a new snapshot

[breaking-change]
@bors bors merged commit 9af324a into rust-lang:master Dec 9, 2014
@frewsxcv frewsxcv deleted the rm-reexports branch December 9, 2014 23:21
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.

3 participants