mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Fix doctest errors in rustdoc comments
Mostly this disables doctest for comments that are not actually tests.
This commit is contained in:
parent
787a683365
commit
a939cc50bb
5 changed files with 15 additions and 12 deletions
|
@ -484,7 +484,7 @@ impl<'a> GlyphInfo<'a> {
|
|||
/// Simple glyphs are stored inline in the `entry_buffer`, detailed glyphs are
|
||||
/// stored as pointers into the `detail_store`.
|
||||
///
|
||||
/// ~~~
|
||||
/// ~~~ignore
|
||||
/// +- GlyphStore --------------------------------+
|
||||
/// | +---+---+---+---+---+---+---+ |
|
||||
/// | entry_buffer: | | s | | s | | s | s | | d = detailed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue