Skip to content

Commit ac965c3

Browse files
committed
---
yaml --- r: 165608 b: refs/heads/master c: 1775292 h: refs/heads/master v: v3
1 parent e90cf87 commit ac965c3

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,5 +1,5 @@
11
---
2-
refs/heads/master: 6948a2df318d1bc2d668d8b29a653f15db1653d8
2+
refs/heads/master: 177529267dd12e698435f84557e27307034e211d
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 658529467d9d69ac9e09cacf98a6d61d781c2c76
55
refs/heads/try: aee614fc4973262a5a68efc643026e2b1458d65b

trunk/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)