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

Document the effect of # on array formatting #23868

Merged
merged 1 commit into from
Apr 2, 2015

Conversation

mbrubeck
Copy link
Contributor

//! * `X` - precedes the argument with a "0x"
//! * `t` - precedes the argument with a "0b"
//! * `o` - precedes the argument with a "0o"
//! be used. For array slices, the "alternate form omits the brackets.
Copy link

Choose a reason for hiding this comment

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

Missing closing double-quote around alternate?

@mbrubeck
Copy link
Contributor Author

Missing closing double-quote around alternate?

Fixed, thanks!

@Manishearth
Copy link
Member

@bors: r+ rollup

@bors
Copy link
Contributor

bors commented Apr 2, 2015

📌 Commit 1081626 has been approved by Manishearth

@bors
Copy link
Contributor

bors commented Apr 2, 2015

⌛ Testing commit 1081626 with merge 9854143...

bors added a commit that referenced this pull request Apr 2, 2015
@bors bors merged commit 1081626 into rust-lang:master Apr 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants