Skip to content

Commit ea2dcf2

Browse files
committed
chore: enable line breaks
1 parent 1f2c9ff commit ea2dcf2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -281,17 +281,17 @@
281281

282282
.. list-table::
283283
:header-rows: 0
284-
:widths: 10 90
284+
:widths: auto
285285
:class: bibliography-table
286286

287287
* - .. [RUST-REF-UNION]
288-
- The Rust Project Developers. "Rust Reference: Unions."
289-
*The Rust Reference*, n.d.
290-
https://doc.rust-lang.org/reference/items/unions.html.
288+
- | The Rust Project Developers. "Rust Reference: Unions."
289+
| *The Rust Reference*, n.d.
290+
| https://doc.rust-lang.org/reference/items/unions.html.
291291

292292
* - .. [UCG-VALIDITY]
293-
- Rust Unsafe Code Guidelines Working Group. "Validity and Safety
294-
Invariant." *Rust Unsafe Code Guidelines*, n.d.
295-
https://rust-lang.github.io/unsafe-code-guidelines/glossary.html#validity-and-safety-invariant.
293+
- | Rust Unsafe Code Guidelines Working Group. "Validity and Safety Invariant."
294+
| *Rust Unsafe Code Guidelines*, n.d.
295+
| https://rust-lang.github.io/unsafe-code-guidelines/glossary.html#validity-and-safety-invariant.
296296

297297
>>>>>>> c93b2cb (Update types-and-traits.rst):src/coding-guidelines/types-and-traits.rst

0 commit comments

Comments
 (0)