Register definitions

This commit is contained in:
Manish Goregaokar 2018-01-06 15:45:44 +05:30
parent 383d169e15
commit d6dd902616

View File

@ -904,6 +904,8 @@ fn clean(&self, cx: &DocContext) -> Attributes {
}
};
register_def(cx, def);
attrs.links.push((link, path.def.def_id()));
}