From 74be9c68b12ce101070cf618c49b888968c51e19 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Sun, 8 Aug 2021 14:06:18 -0700 Subject: [PATCH] Add missing newline for better doc rendering. --- core/http/src/header/content_type.rs | 1 + 1 file changed, 1 insertion(+) 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. ///