Skip to content

Commit 7aa41a1

Browse files
committed
Comment fix
1 parent 14dc9fc commit 7aa41a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/libsyntax/ast.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ pub struct Name(pub u32);
7070
/// A SyntaxContext represents a chain of macro-expandings
7171
/// and renamings. Each macro expansion corresponds to
7272
/// a fresh u32. This u32 is a reference to a table stored
73-
// in thread-local storage.
74-
// The special value EMPTY_CTXT is used to indicate an empty
75-
// syntax context.
73+
/// in thread-local storage.
74+
/// The special value EMPTY_CTXT is used to indicate an empty
75+
/// syntax context.
7676
#[derive(Clone, Copy, PartialEq, Eq, Hash, Debug, RustcEncodable, RustcDecodable)]
7777
pub struct SyntaxContext(pub u32);
7878

0 commit comments

Comments
 (0)