-
Notifications
You must be signed in to change notification settings - Fork 745
Update doc for unions #922
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
Conversation
src/options.rs
Outdated
"Version of the Rust compiler to target. Valid options are: {:?}. Defaults to {:?}.", | ||
RUST_TARGET_STRINGS, | ||
String::from(RustTarget::default()), | ||
); |
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.
nit: Indentation of the paren should go to the left.
Addresses rust-lang#832
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.
Looks great, thank you!
@bors-servo r+ |
📌 Commit 22508ce has been approved by |
Update doc for unions Addresses #832 I also modified the `--help` text to print the default Rust target.
☀️ Test successful - status-travis |
Thanks for the docs update! |
😄 |
Addresses #832
I also modified the
--help
text to print the default Rust target.