diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-08-15 18:46:55 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-08-17 10:13:45 -0700 |
| commit | 3ab4b014cfaf6dff5b450f4a1772e9993550fe38 (patch) | |
| tree | cff9c62a771f5e86819095f9cfa348fd935ba207 /src/libsyntax/ext/pipes | |
| parent | 6d7b143036e1d61c8f58864db3445d2a0ae4ad11 (diff) | |
Remove the class keyword
Diffstat (limited to 'src/libsyntax/ext/pipes')
| -rw-r--r-- | src/libsyntax/ext/pipes/proto.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/ext/pipes/proto.rs b/src/libsyntax/ext/pipes/proto.rs index 100f248a7ad..9e44ce7acda 100644 --- a/src/libsyntax/ext/pipes/proto.rs +++ b/src/libsyntax/ext/pipes/proto.rs @@ -109,7 +109,7 @@ fn protocol(name: ident, +span: span) -> protocol { @protocol_(name, span) } -class protocol_ { +struct protocol_ { let name: ident; let span: span; let states: DVec<state>; |
