Skip to content

Commit 48c3e5f

Browse files
committed
comments
1 parent 7f57518 commit 48c3e5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libsyntax/ast.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -884,6 +884,7 @@ pub enum ExplicitSelf_ {
884884

885885
pub type ExplicitSelf = Spanned<ExplicitSelf_>;
886886

887+
// Represents a method declaration
887888
#[deriving(PartialEq, Eq, Encodable, Decodable, Hash)]
888889
pub struct Method {
889890
pub ident: Ident,

0 commit comments

Comments
 (0)