mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Update crates/parser/src/lexed_str.rs
Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
This commit is contained in:
parent
a022ad68c9
commit
92dad471bc
@ -1,7 +1,7 @@
|
|||||||
//! Lexing `&str` into a sequence of Rust tokens.
|
//! Lexing `&str` into a sequence of Rust tokens.
|
||||||
//!
|
//!
|
||||||
//! Note that strictly speaking the parser in this crate is not required to work
|
//! Note that strictly speaking the parser in this crate is not required to work
|
||||||
//! on tokens which originated from text. Macros, eg, can synthesize tokes out
|
//! on tokens which originated from text. Macros, eg, can synthesize tokens out
|
||||||
//! of thin air. So, ideally, lexer should be an orthogonal crate. It is however
|
//! of thin air. So, ideally, lexer should be an orthogonal crate. It is however
|
||||||
//! convenient to include a text-based lexer here!
|
//! convenient to include a text-based lexer here!
|
||||||
//!
|
//!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user