mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
rearrange modules in a suggestd reading order
This commit is contained in:
parent
a4a1e08ab8
commit
45fc91cc47
2 changed files with 10 additions and 9 deletions
|
@ -4,8 +4,8 @@ mod builder;
|
|||
mod lexer;
|
||||
mod parser_impl;
|
||||
mod parser_api;
|
||||
mod reparsing;
|
||||
mod grammar;
|
||||
mod reparsing;
|
||||
|
||||
use crate::{
|
||||
SyntaxError,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue