Remove extra empty doc line

This commit is contained in:
Guillaume Gomez 2022-01-28 10:06:41 +01:00
parent 0a95cefb62
commit 5cc32e7158

View File

@ -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<DefId> {
self.inner_def_id(Some(cache))
}