Commit 6479450
committed
mdbook-spec: Fix Spec::new visibility
In rust-lang#1646 I accidentally
changed the visibility of `Spec::new`. It needs to be `pub` in order to
work in the upstream integration.1 parent b2fd0f2 commit 6479450
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments