Skip to content

tweak core::fmt docs - #49619

Merged
alexcrichton merged 2 commits into
rust-lang:masterfrom
durka:patch-46
Apr 5, 2018
Merged

tweak core::fmt docs#49619
alexcrichton merged 2 commits into
rust-lang:masterfrom
durka:patch-46

Conversation

@durka

@durkadurka commented Apr 3, 2018

Copy link
Copy Markdown
Contributor

Remove an outdated (pre-1.0!) claim about passing something or other to a function. Also swap the variable names in the example.

Remove an outdated claim about passing something or other to a function. Also swap the variable names in the example.
Swap the variable names in the example.
/// let display = format!("{:?}", format_args!("{} foo {:?}", 1, 2));
/// let debug = format!("{}", format_args!("{} foo {:?}", 1, 2));
/// let debug = format!("{:?}", format_args!("{} foo {:?}", 1, 2));
/// let display = format!("{}", format_args!("{} foo {:?}", 1, 2));

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

😅

@steveklabnik

Copy link
Copy Markdown
Contributor

@bors: r+ rollup

thanks

@bors

bors commented Apr 3, 2018

Copy link
Copy Markdown
Collaborator

📌 Commit 333b0a0 has been approved by steveklabnik

@borsbors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Apr 3, 2018
@kennytmkennytm mentioned this pull request Apr 3, 2018
kennytm added a commit to kennytm/rust that referenced this pull request Apr 3, 2018
tweak core::fmt docs
Remove an outdated (pre-1.0!) claim about passing something or other to a function. Also swap the variable names in the example.
bors added a commit that referenced this pull request Apr 3, 2018
Rollup of 14 pull requests
Successful merges:
- #49179 (Handle future deprecation annotations )
- #49512 (Add support for variant and types fields for intra links)
- #49516 (Add missing anchor for union type fields)
- #49532 (Add test for rustdoc ignore test)
- #49533 (Add #[must_use] to a few standard library methods)
- #49570 (avoid IdxSets containing garbage above the universe length)
- #49594 (Add some performance guidance to std::fs and std::io docs)
- #49599 (Fix typo)
- #49603 (Fix url for intra link provided method)
- #49609 (run-pass/attr-stmt-expr: expand test cases)
- #49612 (Fix "since" version for getpid feature.)
- #49618 (Fix build error when compiling libcore for 16bit targets)
- #49619 (tweak core::fmt docs)
- #49623 (update mdbook)
Failed merges:
kennytm added a commit to kennytm/rust that referenced this pull request Apr 4, 2018
tweak core::fmt docs
Remove an outdated (pre-1.0!) claim about passing something or other to a function. Also swap the variable names in the example.
@kennytmkennytm mentioned this pull request Apr 4, 2018
bors added a commit that referenced this pull request Apr 4, 2018
Rollup of 25 pull requests
Successful merges:
- #49179 (Handle future deprecation annotations )
- #49512 (Add support for variant and types fields for intra links)
- #49515 (fix targetted value background)
- #49516 (Add missing anchor for union type fields)
- #49532 (Add test for rustdoc ignore test)
- #49533 (Add #[must_use] to a few standard library methods)
- #49540 (Fix miri Discriminant() for non-ADT)
- #49559 (Introduce Vec::resize_with method (see #41758))
- #49570 (avoid IdxSets containing garbage above the universe length)
- #49577 (Stabilize String::replace_range)
- #49599 (Fix typo)
- #49603 (Fix url for intra link provided method)
- #49607 (Stabilize iterator methods in 1.27)
- #49609 (run-pass/attr-stmt-expr: expand test cases)
- #49612 (Fix "since" version for getpid feature.)
- #49618 (Fix build error when compiling libcore for 16bit targets)
- #49619 (tweak core::fmt docs)
- #49637 (Stabilize parent_id())
- #49639 (Update Cargo)
- #49628 (Re-write the documentation index)
- #49594 (Add some performance guidance to std::fs and std::io docs)
- #49625 (miri: add public alloc_kind accessor)
- #49634 (Add a test for the fix to issue #43058)
- #49641 (Regression test for #46314)
- #49547 (Unignore borrowck test)
Failed merges:
@alexcrichton
alexcrichton merged commit 333b0a0 into rust-lang:masterApr 5, 2018
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: 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

@durka@steveklabnik@bors@alexcrichton@shepmaster