-
Notifications
You must be signed in to change notification settings - Fork 13k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename unwrap functions to into_inner
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 #13159 cc #19091
- Loading branch information
1 parent
4e52595
commit f1f6c12
Showing
14 changed files
with
84 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f1f6c12
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.
r=aturon
f1f6c12
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.
saw approval from aturon
at alexcrichton@f1f6c12
f1f6c12
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.
merging alexcrichton/rust/issue-19091 = f1f6c12 into auto
f1f6c12
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.
alexcrichton/rust/issue-19091 = f1f6c12 merged ok, testing candidate = 649d16b3
f1f6c12
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.
some tests failed:
failure: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/2436
exception: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/2090
exception: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/2086
exception: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/2092
exception: http://buildbot.rust-lang.org/builders/auto-win-64-opt/builds/929
exception: http://buildbot.rust-lang.org/builders/auto-win-64-nopt-t/builds/923
exception: http://buildbot.rust-lang.org/builders/auto-win-64-nopt-c/builds/918
f1f6c12
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.
saw approval from aturon
at alexcrichton@f1f6c12
f1f6c12
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.
merging alexcrichton/rust/issue-19091 = f1f6c12 into auto
f1f6c12
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.
alexcrichton/rust/issue-19091 = f1f6c12 merged ok, testing candidate = f6cb58c
f1f6c12
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.
all tests pass:
success: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/2442
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/2439
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/2432
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/2439
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/2433
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/2432
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/2432
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/2436
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/2429
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/2428
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/2431
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/2093
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/2089
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/2095
success: http://buildbot.rust-lang.org/builders/auto-win-64-opt/builds/932
success: http://buildbot.rust-lang.org/builders/auto-win-64-nopt-t/builds/926
success: http://buildbot.rust-lang.org/builders/auto-win-64-nopt-c/builds/921
f1f6c12
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.
fast-forwarding master to auto = f6cb58c