Skip to content

use fmt::Result where applicable #50550

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
May 12, 2018
Merged

use fmt::Result where applicable #50550

merged 1 commit into from
May 12, 2018

Conversation

llogiq
Copy link
Contributor

@llogiq llogiq commented May 8, 2018

This is a quite boring PR, but I think the type alias improves readability, so why not use it?

@rust-highfive
Copy link
Contributor

r? @petrochenkov

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label May 8, 2018
@rust-highfive

This comment has been minimized.

@llogiq
Copy link
Contributor Author

llogiq commented May 10, 2018

@kennytm I think bors needs a 'r+' message to merge, right?

@petrochenkov
Copy link
Contributor

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented May 10, 2018

📌 Commit e333725 has been approved by petrochenkov

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels May 10, 2018
alexcrichton added a commit to alexcrichton/rust that referenced this pull request May 11, 2018
use fmt::Result where applicable

This is a quite boring PR, but I think the type alias improves readability, so why not use it?
kennytm added a commit to kennytm/rust that referenced this pull request May 12, 2018
use fmt::Result where applicable

This is a quite boring PR, but I think the type alias improves readability, so why not use it?
Mark-Simulacrum added a commit to Mark-Simulacrum/rust that referenced this pull request May 12, 2018
use fmt::Result where applicable

This is a quite boring PR, but I think the type alias improves readability, so why not use it?
bors added a commit that referenced this pull request May 12, 2018
Rollup of 13 pull requests

Successful merges:

 - #50544 (Cleanup some dependencies)
 - #50545 (Made some functions in time module const)
 - #50550 (use fmt::Result where applicable)
 - #50558 (Remove all reference to DepGraph::work_products)
 - #50602 (Update canonicalize docs)
 - #50607 (Allocate Symbol strings from an arena)
 - #50613 (Migrate the toolstate update bot to rust-highfive)
 - #50624 (fs::write: Add example writing a &str)
 - #50634 (Do not silently truncate offsets for `read_at`/`write_at` on emscripten)
 - #50644 (AppVeyor: Read back trace from crash dump on failure.)
 - #50661 (Ignore non .rs files for tidy libcoretest)
 - #50663 (rustc: Allow an edition's feature on that edition)
 - #50667 (rustc: Only suggest deleting `extern crate` if it works)

Failed merges:
@bors bors merged commit e333725 into rust-lang:master May 12, 2018
@llogiq llogiq deleted the fmt-result branch May 13, 2018 07:12
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants