Skip to content

Commit ec1d0a2

Browse files
committed
---
yaml --- r: 102444 b: refs/heads/master c: 6d6e288 h: refs/heads/master v: v3
1 parent a3ec702 commit ec1d0a2

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 3c4ff1b872e1d1fd4e905f9a9ac3aeec5397608d
2+
refs/heads/master: 6d6e2880d2f1b3e00d28957a5e6f540fcfda2556
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 6e7f170fedd3c526a643c0b2d13863acd982be02
55
refs/heads/try: a97642026c18a624ff6ea01075dd9550f8ed07ff

trunk/src/doc/tutorial.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3143,12 +3143,13 @@ Now for something that you can actually compile yourself.
31433143

31443144
We define two crates, and use one of them as a library in the other.
31453145

3146-
~~~~{.ignore}
3146+
~~~~
31473147
// `world.rs`
31483148
#[crate_id = "world#0.42"];
3149-
# extern crate extra;
3149+
3150+
# mod secret_module_to_make_this_test_run {
31503151
pub fn explore() -> &'static str { "world" }
3151-
# fn main() {}
3152+
# }
31523153
~~~~
31533154

31543155
~~~~ {.ignore}

0 commit comments

Comments
 (0)