Skip to content

Commit bfc2d03

Browse files
committed
---
yaml --- r: 108911 b: refs/heads/dist-snap c: 6d6e288 h: refs/heads/master i: 108909: 7f477c1 108907: 9e3732a 108903: e1878f7 108895: 81a0192 v: v3
1 parent 6265ba9 commit bfc2d03

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
@@ -6,7 +6,7 @@ refs/heads/try: f64fdf524a434f0e5cd0bc91d09c144723f3c90d
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
9-
refs/heads/dist-snap: 3c4ff1b872e1d1fd4e905f9a9ac3aeec5397608d
9+
refs/heads/dist-snap: 6d6e2880d2f1b3e00d28957a5e6f540fcfda2556
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
1212
refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0

branches/dist-snap/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)