mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
f5470af6a6
Fix union fields display  So two bugs in this screenshot: no whitespace between field name and type name, both fields are on the same line. Both problems come from issues in the templates because all whitespace are removed if a askama "command" follows. r? `@notriddle`