You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 16, 2020. It is now read-only.
Fix markdown syntax to be compatible with the pulldown parser.
This fixes warnings like the following when doing "cargo doc":
WARNING: documentation for this crate may be rendered differently using the new Pulldown renderer.
See rust-lang/rust#44229 for details.
WARNING: rendering difference in `External types as defined at https://webassembly.g ... .html#external-types`
--> src/parser.rs:104:0
/html[0]/body[1]/p[0] Text differs:
expected: `... https://webassembly.github.io/spec/syntax/types.html#external-types`
found: `...`
0 commit comments