Commit 1311641
committed
Make modules public. See rust-lang/rust#8478
* Non-public modules define public functions,
* The crate’s top-level re-exports said functions as public
This should work, but currently triggers link-time "undefined reference" errors.1 parent 7e130b8 commit 1311641
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
0 commit comments