Skip to content

Commit 5cc32e7

Browse files
Remove extra empty doc line
1 parent 0a95cef commit 5cc32e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustdoc/clean/types.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1567,7 +1567,6 @@ impl Type {
15671567
/// Use this method to get the [DefId] of a [clean] AST node, including [PrimitiveType]s.
15681568
///
15691569
/// [clean]: crate::clean
1570-
///
15711570
crate fn def_id(&self, cache: &Cache) -> Option<DefId> {
15721571
self.inner_def_id(Some(cache))
15731572
}

0 commit comments

Comments
 (0)