mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
soa all the things
This commit is contained in:
parent
799941e05e
commit
8b9d145dea
4 changed files with 75 additions and 34 deletions
|
@ -18,7 +18,7 @@
|
|||
//! [`Parser`]: crate::parser::Parser
|
||||
#![allow(rustdoc::private_intra_doc_links)]
|
||||
|
||||
mod lexer_token;
|
||||
mod lexed_str;
|
||||
mod token_set;
|
||||
mod syntax_kind;
|
||||
mod event;
|
||||
|
@ -31,7 +31,7 @@ mod tests;
|
|||
|
||||
pub(crate) use token_set::TokenSet;
|
||||
|
||||
pub use crate::{lexer_token::LexerToken, syntax_kind::SyntaxKind, tokens::Tokens};
|
||||
pub use crate::{lexed_str::LexedStr, syntax_kind::SyntaxKind, tokens::Tokens};
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
||||
pub struct ParseError(pub Box<String>);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue