minor: modernize

This commit is contained in:
Aleksey Kladov 2021-09-06 18:42:07 +03:00
parent 0b4bff93fa
commit 682fbbbd5a
5 changed files with 6 additions and 6 deletions

View file

@ -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;