Add missing newline for better doc rendering.

This commit is contained in:
Sergio Benitez 2021-08-08 14:06:18 -07:00
parent be3ceef4e3
commit 74be9c68b1
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ macro_rules! parse_flexible {
$(* $short - @{"`ContentType::"}! @[$name]! @{"`"} @nl)*
@nl
];
///
/// For regular parsing, use the
/// [`ContentType::from_str()`](#impl-FromStr) method.
///