Skip to content

Commit 1a75dbd

Browse files
committed
---
yaml --- r: 13943 b: refs/heads/try c: b7108d7 h: refs/heads/master i: 13941: f207331 13939: 13c5751 13935: 73672ec v: v3
1 parent 2cd520f commit 1a75dbd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: c218b65fd870e69c70a8d4221fc4196d5d93f6a1
5+
refs/heads/try: b7108d71a52ae7d89d9d806eb8fcea7e50638bc1
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/rustdoc/doc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ type impldoc = {
103103
brief: option<str>,
104104
desc: option<str>,
105105
iface_ty: option<str>,
106-
for_ty: option<str>,
106+
self_ty: option<str>,
107107
methods: [methoddoc]
108108
};
109109

branches/try/src/rustdoc/extract.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ fn impldoc_from_impl(
291291
brief: none,
292292
desc: none,
293293
iface_ty: none,
294-
for_ty: none,
294+
self_ty: none,
295295
methods: vec::map(methods) {|method|
296296
{
297297
name: method.ident,

0 commit comments

Comments
 (0)