Auto merge of #15756 - harpsword:fix_typo_in_mbe_lib, r=lnicola

fix typo in mbe/lib.rs comment

fix typo in mbe/lib.rs comment
This commit is contained in:
bors 2023-10-14 06:23:12 +00:00
commit 16ac6c284c

View File

@ -3,7 +3,7 @@
//! interface, although it contains some code to bridge `SyntaxNode`s and
//! `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`.
#![warn(rust_2018_idioms, unused_lifetimes, semicolon_in_expressions_from_macros)]