Skip to content

Commit ffe0063

Browse files
author
Veetaha
committed
ra_syntax: moved ParsedToken derive attribute under the doc comment
1 parent a2bc4c2 commit ffe0063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ra_syntax/src/parsing/lexer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ pub struct Token {
1616
pub len: TextUnit,
1717
}
1818

19-
#[derive(Debug)]
2019
/// Represents the result of parsing one token. Beware that the token may be malformed.
20+
#[derive(Debug)]
2121
pub struct ParsedToken {
2222
/// Parsed token.
2323
pub token: Token,

0 commit comments

Comments
 (0)