Skip to content

Commit 6a3f559

Browse files
committed
---
yaml --- r: 166484 b: refs/heads/snap-stage3 c: 1775292 h: refs/heads/master v: v3
1 parent 59f5a29 commit 6a3f559

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 18842f89f084c52588fe7cffe07f87bf6e90796a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 6948a2df318d1bc2d668d8b29a653f15db1653d8
4+
refs/heads/snap-stage3: 177529267dd12e698435f84557e27307034e211d
55
refs/heads/try: f5d619caf9f32458680fae55526b99582ca682dd
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/src/librustdoc/html/format.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@ impl<'a> fmt::Show for WhereClause<'a> {
129129
try!(f.write(", ".as_bytes()));
130130
}
131131
match pred {
132-
&clean::WherePredicate::BoundPredicate {ref ty, ref bounds } => {
132+
&clean::WherePredicate::BoundPredicate { ref ty, ref bounds } => {
133133
let bounds = bounds.as_slice();
134134
try!(write!(f, "{}: {}", ty, TyParamBounds(bounds)));
135-
},
135+
}
136136
&clean::WherePredicate::RegionPredicate { ref lifetime,
137137
ref bounds } => {
138138
try!(write!(f, "{}: ", lifetime));
@@ -143,7 +143,7 @@ impl<'a> fmt::Show for WhereClause<'a> {
143143

144144
try!(write!(f, "{}", lifetime));
145145
}
146-
},
146+
}
147147
&clean::WherePredicate::EqPredicate => {
148148
unimplemented!()
149149
}

0 commit comments

Comments
 (0)