File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
branches/dist-snap/src/doc Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ refs/heads/try: f64fdf524a434f0e5cd0bc91d09c144723f3c90d
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
9
- refs/heads/dist-snap: 3c4ff1b872e1d1fd4e905f9a9ac3aeec5397608d
9
+ refs/heads/dist-snap: 6d6e2880d2f1b3e00d28957a5e6f540fcfda2556
10
10
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
11
11
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
12
12
refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
Original file line number Diff line number Diff line change @@ -3143,12 +3143,13 @@ Now for something that you can actually compile yourself.
3143
3143
3144
3144
We define two crates, and use one of them as a library in the other.
3145
3145
3146
- ~~~~ {.ignore}
3146
+ ~~~~
3147
3147
// `world.rs`
3148
3148
#[crate_id = "world#0.42"];
3149
- # extern crate extra;
3149
+
3150
+ # mod secret_module_to_make_this_test_run {
3150
3151
pub fn explore() -> &'static str { "world" }
3151
- # fn main() { }
3152
+ # }
3152
3153
~~~~
3153
3154
3154
3155
~~~~ {.ignore}
You can’t perform that action at this time.
0 commit comments