From 5cc32e7158b582324f7c7697f845b1c0cb5bbe44 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Fri, 28 Jan 2022 10:06:41 +0100 Subject: [PATCH] Remove extra empty doc line --- src/librustdoc/clean/types.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/librustdoc/clean/types.rs b/src/librustdoc/clean/types.rs index bb8dc7827d6..c0dc646ff17 100644 --- a/src/librustdoc/clean/types.rs +++ b/src/librustdoc/clean/types.rs @@ -1567,7 +1567,6 @@ impl Type { /// Use this method to get the [DefId] of a [clean] AST node, including [PrimitiveType]s. /// /// [clean]: crate::clean - /// crate fn def_id(&self, cache: &Cache) -> Option { self.inner_def_id(Some(cache)) }