Remove $ prefix for bash scripts in doc#99845
Remove $ prefix for bash scripts in doc#99845bors merged 1 commit intorust-lang:masterfrom xtexx:patch-1
$ prefix for bash scripts in doc#99845Conversation
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @GuillaumeGomez (or someone else) soon. Please see the contribution instructions for more information. |
|
@bors r+ rollup |
|
I noticed that lots of bash scripts has the However, at instrument-coverage.md#L49, the script does not have the prefix. Which is right? Should I add all of them or remove all of them? |
Rollup of 8 pull requests Successful merges: - rust-lang#99686 (add suggestion when there is a impl of external trait on pointer with wrong coherence rules) - rust-lang#99760 (doc/rustc: describe the uefi target platforms) - rust-lang#99766 (Htmldocck: Substitute the doc channel when blessing) - rust-lang#99781 (Use String::from_utf8_lossy in CStr demo) - rust-lang#99803 (Update mentions to `rustc_metadata::rmeta::Lazy`) - rust-lang#99845 (Remove `$` prefix for bash scripts in doc) - rust-lang#99850 (rustdoc: Remove more Clean trait implementations) - rust-lang#99872 (Clone the `src/llvm-project` submodule if profiling is enabled) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
|
@GuillaumeGomez request for review, see the last comment for more. |
|
It's a visual marker to see the different commands. Whether or not it's there doesn't matter much. |
No description provided.