Skip to content

Commit 8c6c245

Browse files
committed
---
yaml --- r: 134654 b: refs/heads/try c: a0d502b h: refs/heads/master v: v3
1 parent e327e09 commit 8c6c245

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 58413c09cd52ea4005d6ea7733ba1fb3a8f36589
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 437179ed8bf7f7672f84b19265df1ce569e70490
5-
refs/heads/try: f38f0b2e1af79766d13a18b506158ac32b16ce04
5+
refs/heads/try: a0d502b0ed096397b7cccde37ec7139011ce7e9a
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/libsyntax/ext/deriving/generic/mod.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,14 +276,13 @@ pub struct FieldInfo {
276276

277277
/// Fields for a static method
278278
pub enum StaticFields {
279-
/// Tuple structs/enum variants like this
279+
/// Tuple structs/enum variants like this.
280280
Unnamed(Vec<Span>),
281281
/// Normal structs/struct variants.
282282
Named(Vec<(Ident, Span)>),
283283
}
284284

285-
/// A summary of the possible sets of fields. See above for details
286-
/// and examples
285+
/// A summary of the possible sets of fields.
287286
pub enum SubstructureFields<'a> {
288287
Struct(Vec<FieldInfo>),
289288
/// Matching variants of the enum: variant index, ast::Variant,
@@ -308,7 +307,7 @@ pub enum SubstructureFields<'a> {
308307

309308

310309
/// Combine the values of all the fields together. The last argument is
311-
/// all the fields of all the structures, see above for details.
310+
/// all the fields of all the structures.
312311
pub type CombineSubstructureFunc<'a> =
313312
|&mut ExtCtxt, Span, &Substructure|: 'a -> P<Expr>;
314313

0 commit comments

Comments
 (0)