diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-01-28 10:06:41 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-01-28 10:06:41 +0100 |
| commit | 5cc32e7158b582324f7c7697f845b1c0cb5bbe44 (patch) | |
| tree | 43e59d9f4f98f4c12b24525f2bb0754dcd9e5b47 | |
| parent | 0a95cefb62cc39b1e27ac8eecfe13369439330ca (diff) | |
| download | rust-5cc32e7158b582324f7c7697f845b1c0cb5bbe44.tar.gz rust-5cc32e7158b582324f7c7697f845b1c0cb5bbe44.zip | |
Remove extra empty doc line
| -rw-r--r-- | src/librustdoc/clean/types.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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<DefId> { self.inner_def_id(Some(cache)) } |
