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

Documented impl From on line 367 of libserialize/json.rs #52946

Merged
merged 2 commits into from
Aug 16, 2018

Conversation

Ajacmac
Copy link
Contributor

@Ajacmac Ajacmac commented Aug 1, 2018

This is for the impl From mentioned in #51430 assigned to @skade .

Hopefully I didn't miss anything/get anything wrong. I looked over another PR for another part of this same issue to see what the proper formatting was, etc.

Thanks!

@rust-highfive
Copy link
Collaborator

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @KodrAus (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Aug 1, 2018
@Ajacmac
Copy link
Contributor Author

Ajacmac commented Aug 1, 2018

Hmmm. So the name on the PR commit is wrong. Different user, same computer. Is there any way to change that now?

@XAMPPRocky
Copy link
Member

Triage: r? @frewsxcv

@rust-highfive rust-highfive assigned frewsxcv and unassigned KodrAus Aug 10, 2018
@TimNN
Copy link
Contributor

TimNN commented Aug 14, 2018

Ping from triage @frewsxcv / @rust-lang/docs: This PR requires your review.

@@ -365,6 +365,9 @@ impl std::error::Error for EncoderError {
}

impl From<fmt::Error> for EncoderError {
/// Converts a `fmt::Error` into `EncoderError`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change to "Converts a [`fmt::Error`] into `EncoderError`."

@Ajacmac
Copy link
Contributor Author

Ajacmac commented Aug 15, 2018

My bad. It should be fixed now.

@GuillaumeGomez
Copy link
Member

Thanks!

@bors: r+ rollup

@bors
Copy link
Contributor

bors commented Aug 15, 2018

📌 Commit 352b2e7 has been approved by GuillaumeGomez

@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 Aug 15, 2018
kennytm added a commit to kennytm/rust that referenced this pull request Aug 16, 2018
…omez

Documented impl From on line 367 of libserialize/json.rs

This is for the impl From mentioned in rust-lang#51430 assigned to @skade .

Hopefully I didn't miss anything/get anything wrong. I looked over another PR for another part of this same issue to see what the proper formatting was, etc.

Thanks!
bors added a commit that referenced this pull request Aug 16, 2018
Rollup of 10 pull requests

Successful merges:

 - #52946 (Documented impl From on line 367 of libserialize/json.rs)
 - #53234 (Remove Travis shutdown debug scripts, and remove CI-specific DNS settings)
 - #53313 (Two small improvements)
 - #53360 (Addressed #51602)
 - #53364 (Warn if the user tries to use GATs)
 - #53373 (Tweak unclosed delimiter parser error)
 - #53377 (std: Use target_pointer_width for BACKTRACE_ELF_SIZE)
 - #53395 (Use #[non_exhaustive] on internal enums)
 - #53399 (Tidy: ignore non-Markdown files when linting for the Unstable Book)
 - #53412 (syntax_ext: remove leftover span_err_if_not_stage0 macro.)
@bors bors merged commit 352b2e7 into rust-lang:master Aug 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in 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.

8 participants