mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
minor: modernize
This commit is contained in:
parent
0b4bff93fa
commit
682fbbbd5a
5 changed files with 6 additions and 6 deletions
|
@ -13,11 +13,9 @@
|
|||
//! Tests for this crate live in the `syntax` crate.
|
||||
//!
|
||||
//! [`Parser`]: crate::parser::Parser
|
||||
|
||||
#![allow(rustdoc::private_intra_doc_links)]
|
||||
#[macro_use]
|
||||
|
||||
mod token_set;
|
||||
#[macro_use]
|
||||
mod syntax_kind;
|
||||
mod event;
|
||||
mod parser;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue