This commit is contained in:
Evgenii P 2019-08-09 14:23:13 +07:00
parent f4a6d92050
commit 073cf42391

View file

@ -24,7 +24,7 @@ macro_rules! match_literal_kind {
ra_rustc_lexer::LiteralKind::RawStr { .. } => RAW_STRING, ra_rustc_lexer::LiteralKind::RawStr { .. } => RAW_STRING,
ra_rustc_lexer::LiteralKind::RawByteStr { .. } => RAW_BYTE_STRING, ra_rustc_lexer::LiteralKind::RawByteStr { .. } => RAW_BYTE_STRING,
} }
} };
} }
/// Break a string up into its component tokens /// Break a string up into its component tokens