We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b26aae commit 48c0f59Copy full SHA for 48c0f59
src/doc/guide.md
@@ -2754,19 +2754,9 @@ mod hello {
2754
2755
This will work:
2756
2757
-```{notrust,ignore}
2758
-$ cargo build
2759
- Compiling modules v0.0.1 (file:///home/you/projects/modules)
2760
-$
2761
-```
2762
-
2763
-Before we move on, let me show you one more Cargo command: `run`. `cargo run`
2764
-is kind of like `cargo build`, but it also then runs the produced exectuable.
2765
-Try it out:
2766
2767
```{notrust,ignore}
2768
$ cargo run
2769
- Compiling modules v0.0.1 (file:///home/steve/tmp/modules)
+ Compiling modules v0.0.1 (file:///home/you/projects/modules)
2770
Running `target/modules`
2771
Hello, world!
2772
$
0 commit comments