Skip to content

Commit

Permalink
Merge pull request rustwasm#1142 from andrewdavidmackenzie/patch-1
Browse files Browse the repository at this point in the history
Remove separators that cause numbering jumps
  • Loading branch information
alexcrichton authored Jan 2, 2019
2 parents 929be71 + 4139fc1 commit bea4dfc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions guide/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,25 +80,19 @@
- [`start`](./reference/attributes/on-rust-exports/start.md)
- [`typescript_custom_section`](./reference/attributes/on-rust-exports/typescript_custom_section.md)

--------------------------------------------------------------------------------

- [`web-sys`](./web-sys/index.md)
- [Using `web-sys`](./web-sys/using-web-sys.md)
- [Cargo Features](./web-sys/cargo-features.md)
- [Function Overloads](./web-sys/function-overloads.md)
- [Type Translations](./web-sys/type-translations.md)
- [Inheritance](./web-sys/inheritance.md)

--------------------------------------------------------------------------------

- [Testing with `wasm-bindgen-test`](./wasm-bindgen-test/index.md)
- [Usage](./wasm-bindgen-test/usage.md)
- [Writing Asynchronous Tests](./wasm-bindgen-test/asynchronous-tests.md)
- [Testing in Headless Browsers](./wasm-bindgen-test/browsers.md)
- [Continuous Integration](./wasm-bindgen-test/continuous-integration.md)

--------------------------------------------------------------------------------

- [Contributing to `wasm-bindgen`](./contributing/index.md)
- [Testing](./contributing/testing.md)
- [Internal Design](./contributing/design/index.md)
Expand Down

0 comments on commit bea4dfc

Please sign in to comment.