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

Tracking RFC 430 - conform to naming conventions #19091

Closed
brson opened this issue Nov 18, 2014 · 1 comment
Closed

Tracking RFC 430 - conform to naming conventions #19091

brson opened this issue Nov 18, 2014 · 1 comment
Labels
B-RFC-approved Blocker: Approved by a merged RFC but not yet implemented.

Comments

@brson
Copy link
Contributor

brson commented Nov 18, 2014

Tracking rust-lang/rfcs#430

cc @aturon

@brson brson added the B-RFC-approved Blocker: Approved by a merged RFC but not yet implemented. label Nov 18, 2014
alexcrichton added a commit to alexcrichton/rust that referenced this issue Nov 22, 2014
This change applies the conventions to unwrap listed in [RFC 430][rfc] to rename
non-failing `unwrap` methods to `into_inner`. This is a breaking change, but all
`unwrap` methods are retained as `#[deprecated]` for the near future. To update
code rename `unwrap` method calls to `into_inner`.

[rfc]: rust-lang/rfcs#430
[breaking-change]

Closes rust-lang#13159
cc rust-lang#19091
alexcrichton added a commit to alexcrichton/rust that referenced this issue Nov 23, 2014
This change applies the conventions to unwrap listed in [RFC 430][rfc] to rename
non-failing `unwrap` methods to `into_inner`. This is a breaking change, but all
`unwrap` methods are retained as `#[deprecated]` for the near future. To update
code rename `unwrap` method calls to `into_inner`.

[rfc]: rust-lang/rfcs#430
[breaking-change]

Closes rust-lang#13159
cc rust-lang#19091
bors added a commit that referenced this issue Nov 25, 2014
This change applies the conventions to unwrap listed in [RFC 430][rfc] to rename
non-failing `unwrap` methods to `into_inner`. This is a breaking change, but all
`unwrap` methods are retained as `#[deprecated]` for the near future. To update
code rename `unwrap` method calls to `into_inner`.

[rfc]: rust-lang/rfcs#430
[breaking-change]

cc #19091
@alexcrichton
Copy link
Member

I believe this has largely been applied throughout the libraries (primarily the unwrap => into_inner) change. Closing as the few stragglers (if any) should crop up during normal stabilization.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-RFC-approved Blocker: Approved by a merged RFC but not yet implemented.
Projects
None yet
Development

No branches or pull requests

2 participants