Skip to content

Commit

Permalink
Auto merge of rust-lang#15756 - harpsword:fix_typo_in_mbe_lib, r=lnicola
Browse files Browse the repository at this point in the history
fix typo in mbe/lib.rs comment

fix typo in mbe/lib.rs comment
  • Loading branch information
bors committed Oct 14, 2023
2 parents 862693f + 3f4368a commit 16ac6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/mbe/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 16ac6c2

Please sign in to comment.