Update syntax tree definition

This commit is contained in:
Grisha Vartanyan
2022-03-23 23:07:39 +01:00
parent 38e0ae590c
commit b51f20eaf5
2 changed files with 3 additions and 3 deletions

View File

@@ -1616,7 +1616,7 @@ pub enum StrStyle {
/// A raw string, like `r##"foo"##`.
///
/// The value is the number of `#` symbols used.
Raw(u16),
Raw(u8),
}
/// An AST literal.