We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GetDefId
Typedef
1 parent b987fd7 commit 1da8659Copy full SHA for 1da8659
src/librustdoc/clean/types.rs
@@ -2092,16 +2092,6 @@ crate struct Typedef {
2092
crate item_type: Option<Type>,
2093
}
2094
2095
-impl GetDefId for Typedef {
2096
- fn def_id(&self) -> Option<DefId> {
2097
- self.type_.def_id()
2098
- }
2099
-
2100
- fn def_id_full(&self, cache: &Cache) -> Option<DefId> {
2101
- self.type_.def_id_full(cache)
2102
2103
-}
2104
2105
#[derive(Clone, Debug)]
2106
crate struct OpaqueTy {
2107
crate bounds: Vec<GenericBound>,
0 commit comments