Unverified Commit 7358eda6 authored by bors[bot]'s avatar bors[bot] Committed by GitHub
Browse files

Merge #63



63: Fix unescaped "[]"s in doc comment r=Disasm a=longfangsong

When running `cargo doc` on this crate and crates depends on this crate, cargo will always raise `unresolved link` warnings for those `[h]` and `[x]`, which is annoying.

This pr escaped the `[` and `]` in these code to silence these warning.

Co-authored-by: default avatarlongfangsong <longfangsong@icloud.com>
parents 197386eb c5c56219
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment