mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
fix typo
This commit is contained in:
@@ -1269,7 +1269,7 @@ fn clean(&self, cx: &DocContext<'_>) -> Item {
|
||||
|
||||
AssocTypeItem(bounds, ty.clean(cx))
|
||||
} else {
|
||||
// FIXME: when could this happen? ASsociated items in inherent impls?
|
||||
// FIXME: when could this happen? Associated items in inherent impls?
|
||||
let type_ = cx.tcx.type_of(self.def_id).clean(cx);
|
||||
TypedefItem(
|
||||
Typedef {
|
||||
|
||||
Reference in New Issue
Block a user