mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
fix: fix typo in mbe/lib.rs comment
This commit is contained in:
parent
4c9d2c75b5
commit
3f4368a090
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
//! interface, although it contains some code to bridge `SyntaxNode`s and
|
//! interface, although it contains some code to bridge `SyntaxNode`s and
|
||||||
//! `TokenTree`s as well!
|
//! `TokenTree`s as well!
|
||||||
//!
|
//!
|
||||||
//! The tes for this functionality live in another crate:
|
//! The tests for this functionality live in another crate:
|
||||||
//! `hir_def::macro_expansion_tests::mbe`.
|
//! `hir_def::macro_expansion_tests::mbe`.
|
||||||
|
|
||||||
#![warn(rust_2018_idioms, unused_lifetimes, semicolon_in_expressions_from_macros)]
|
#![warn(rust_2018_idioms, unused_lifetimes, semicolon_in_expressions_from_macros)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue