mirror of https://github.com/rwf2/Rocket.git
Add missing newline for better doc rendering.
This commit is contained in:
parent
be3ceef4e3
commit
74be9c68b1
|
@ -154,6 +154,7 @@ macro_rules! parse_flexible {
|
||||||
$(* $short - @{"`ContentType::"}! @[$name]! @{"`"} @nl)*
|
$(* $short - @{"`ContentType::"}! @[$name]! @{"`"} @nl)*
|
||||||
@nl
|
@nl
|
||||||
];
|
];
|
||||||
|
///
|
||||||
/// For regular parsing, use the
|
/// For regular parsing, use the
|
||||||
/// [`ContentType::from_str()`](#impl-FromStr) method.
|
/// [`ContentType::from_str()`](#impl-FromStr) method.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue