diff --git a/core/http/src/header/content_type.rs b/core/http/src/header/content_type.rs index 262941ef..07146869 100644 --- a/core/http/src/header/content_type.rs +++ b/core/http/src/header/content_type.rs @@ -154,6 +154,7 @@ macro_rules! parse_flexible { $(* $short - @{"`ContentType::"}! @[$name]! @{"`"} @nl)* @nl ]; + /// /// For regular parsing, use the /// [`ContentType::from_str()`](#impl-FromStr) method. ///