mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
Run cargo fix
This commit is contained in:
parent
6605dbaff3
commit
171c176833
24 changed files with 44 additions and 44 deletions
|
@ -1,6 +1,6 @@
|
|||
use SyntaxKind::{self, *};
|
||||
use crate::SyntaxKind::{self, *};
|
||||
|
||||
use lexer::ptr::Ptr;
|
||||
use crate::lexer::ptr::Ptr;
|
||||
|
||||
pub(crate) fn is_string_literal_start(c: char, c1: Option<char>, c2: Option<char>) -> bool {
|
||||
match (c, c1, c2) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue