mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
rustdoc: Rename impldoc.for_ty to self_ty
This commit is contained in:
+1
-1
@@ -103,7 +103,7 @@ enum itemtag {
|
||||
brief: option<str>,
|
||||
desc: option<str>,
|
||||
iface_ty: option<str>,
|
||||
for_ty: option<str>,
|
||||
self_ty: option<str>,
|
||||
methods: [methoddoc]
|
||||
};
|
||||
|
||||
|
||||
@@ -291,7 +291,7 @@ fn impldoc_from_impl(
|
||||
brief: none,
|
||||
desc: none,
|
||||
iface_ty: none,
|
||||
for_ty: none,
|
||||
self_ty: none,
|
||||
methods: vec::map(methods) {|method|
|
||||
{
|
||||
name: method.ident,
|
||||
|
||||
Reference in New Issue
Block a user