diff options
| author | Tobias Bucher <tobiasbucher5991@gmail.com> | 2015-08-30 14:32:17 +0200 |
|---|---|---|
| committer | Tobias Bucher <tobiasbucher5991@gmail.com> | 2015-08-30 14:32:17 +0200 |
| commit | aad7ea66dac3dc6f133e90e6672a13cc5f71dd2f (patch) | |
| tree | a9adc8299da7bfea92d8e0d0906b2a19ee6b20dd /src/libsyntax | |
| parent | 4bb90232daab451cf58359e0c5874bc905d2f101 (diff) | |
| download | rust-aad7ea66dac3dc6f133e90e6672a13cc5f71dd2f.tar.gz rust-aad7ea66dac3dc6f133e90e6672a13cc5f71dd2f.zip | |
Make a macro a const fn and remove outdated NB
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/ast.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libsyntax/ast.rs b/src/libsyntax/ast.rs index 66faa1227e6..25a3540c743 100644 --- a/src/libsyntax/ast.rs +++ b/src/libsyntax/ast.rs @@ -1372,8 +1372,6 @@ pub struct TypeBinding { pub span: Span, } - -// NB PartialEq method appears below. #[derive(Clone, PartialEq, Eq, RustcEncodable, RustcDecodable, Hash)] pub struct Ty { pub id: NodeId, |
