]> git.lizzy.rs Git - rust.git/commitdiff
comments
authorJohn Clements <clements@racket-lang.org>
Mon, 7 Jul 2014 22:10:18 +0000 (15:10 -0700)
committerJohn Clements <clements@racket-lang.org>
Tue, 8 Jul 2014 23:27:38 +0000 (16:27 -0700)
src/libsyntax/ast.rs

index d98ae9f0e33a001323aa2ce38eb8e94f2adf4d5c..141938417dfc17ce65b3ec40b7421a414e3e3f4f 100644 (file)
@@ -884,6 +884,7 @@ pub enum ExplicitSelf_ {
 
 pub type ExplicitSelf = Spanned<ExplicitSelf_>;
 
+// Represents a method declaration
 #[deriving(PartialEq, Eq, Encodable, Decodable, Hash)]
 pub struct Method {
     pub ident: Ident,