Skip to content

Commit 9dc2bcd

Browse files
committed
chore: enable line breaks
1 parent 96e138f commit 9dc2bcd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/coding-guidelines/types-and-traits.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -289,18 +289,18 @@ Types and Traits
289289

290290
.. list-table::
291291
:header-rows: 0
292-
:widths: 10 90
292+
:widths: auto
293293
:class: bibliography-table
294294

295295
* - .. [RUST-REF-UNION]
296-
- The Rust Project Developers. "Rust Reference: Unions."
297-
*The Rust Reference*, n.d.
298-
https://doc.rust-lang.org/reference/items/unions.html.
296+
- | The Rust Project Developers. "Rust Reference: Unions."
297+
| *The Rust Reference*, n.d.
298+
| https://doc.rust-lang.org/reference/items/unions.html.
299299
300300
* - .. [UCG-VALIDITY]
301-
- Rust Unsafe Code Guidelines Working Group. "Validity and Safety
302-
Invariant." *Rust Unsafe Code Guidelines*, n.d.
303-
https://rust-lang.github.io/unsafe-code-guidelines/glossary.html#validity-and-safety-invariant.
301+
- | Rust Unsafe Code Guidelines Working Group. "Validity and Safety Invariant."
302+
| *Rust Unsafe Code Guidelines*, n.d.
303+
| https://rust-lang.github.io/unsafe-code-guidelines/glossary.html#validity-and-safety-invariant.
304304
305305
.. guideline:: Use strong types to differentiate between logically distinct values
306306
:id: gui_xztNdXA2oFNC

0 commit comments

Comments
 (0)