ra_syntax: moved ParsedToken derive attribute under the doc comment
This commit is contained in:
@@ -16,8 +16,8 @@ pub struct Token {
|
|||||||
pub len: TextUnit,
|
pub len: TextUnit,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug)]
|
|
||||||
/// Represents the result of parsing one token. Beware that the token may be malformed.
|
/// Represents the result of parsing one token. Beware that the token may be malformed.
|
||||||
|
#[derive(Debug)]
|
||||||
pub struct ParsedToken {
|
pub struct ParsedToken {
|
||||||
/// Parsed token.
|
/// Parsed token.
|
||||||
pub token: Token,
|
pub token: Token,
|
||||||
|
|||||||
Reference in New Issue
Block a user