Add newline after brief description

rustdocs should contain a newline to separate the brief description from
the rest of long description.
This commit is contained in:
Tobin C. Harding 2022-10-31 11:34:46 +11:00
parent 52fbb043b6
commit fb708ca74b
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ use super::Case;
use crate::prelude::*;
/// Extension trait for types that can be displayed as hex.
///
/// Types that have a single, obvious text representation being hex should **not** implement this
/// trait and simply implement `Display` instead.
///