mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
b80593995d
Fix code HTML items making big blocks if too long Encountered this bug randomly where `code` item in docblocks would look like this:  With this fix it looks like this:  r? ``@notriddle``