You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
brson opened this issue
Jan 26, 2017
· 1 comment
· Fixed by #39312
Labels
E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
brian@ip-10-145-43-250:~/dev⟫ rustdoc --help
/home/brian/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustdoc [options] <input>
Options:
-h --help show this help message
-V --version print rustdoc's version
-v --verbose use verbose output
-r --input-format [rust]
No other rust tools do this. Just hard-code 'rustdoc' here.
The text was updated successfully, but these errors were encountered:
brson
added
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
I-wrong
labels
Jan 26, 2017
…richton
Fix full path being output with `rustdoc -h`
rustdoc would output the full path to the binary when calling it with
the `-h` or `--help` flags. This is undesired behavior. It has been
replaced with a hardcoded string `rustdoc` to fix the issue.
Fixesrust-lang#39310
E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
No other rust tools do this. Just hard-code 'rustdoc' here.
The text was updated successfully, but these errors were encountered: