Skip to content

Commit

Permalink
doc: Remove "see above".
Browse files Browse the repository at this point in the history
  • Loading branch information
treeman committed Sep 17, 2014
1 parent f38f0b2 commit a0d502b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/libsyntax/ext/deriving/generic/mod.rs
Expand Up @@ -276,14 +276,13 @@ pub struct FieldInfo {

/// Fields for a static method
pub enum StaticFields {
/// Tuple structs/enum variants like this
/// Tuple structs/enum variants like this.
Unnamed(Vec<Span>),
/// Normal structs/struct variants.
Named(Vec<(Ident, Span)>),
}

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


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

Expand Down

5 comments on commit a0d502b

@bors
Copy link
Contributor

@bors bors commented on a0d502b Sep 22, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on a0d502b Sep 22, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging treeman/rust/doc-things = a0d502b into auto

@bors
Copy link
Contributor

@bors bors commented on a0d502b Sep 22, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

treeman/rust/doc-things = a0d502b merged ok, testing candidate = 8a45818

@bors
Copy link
Contributor

@bors bors commented on a0d502b Sep 22, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on a0d502b Sep 22, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 8a45818

Please sign in to comment.