aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_mbe/src/mbe_expander.rs
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-02-11 16:07:49 +0000
committerAleksey Kladov <[email protected]>2019-02-11 16:09:53 +0000
commitdc951098f6a981b36d5559dc12d7c96b18ac411b (patch)
treee36ad67c76104dad8c7fafa7514631a7b7b6a97f /crates/ra_mbe/src/mbe_expander.rs
parentbbcd3566de57741481372e9ed13cc0f499d6f808 (diff)
typo
Diffstat (limited to 'crates/ra_mbe/src/mbe_expander.rs')
-rw-r--r--crates/ra_mbe/src/mbe_expander.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_mbe/src/mbe_expander.rs b/crates/ra_mbe/src/mbe_expander.rs
index 31531f4c9..eec713d9c 100644
--- a/crates/ra_mbe/src/mbe_expander.rs
+++ b/crates/ra_mbe/src/mbe_expander.rs
@@ -1,4 +1,4 @@
1/// This module takes a (parsed) defenition of `macro_rules` invocation, a 1/// This module takes a (parsed) definition of `macro_rules` invocation, a
2/// `tt::TokenTree` representing an argument of macro invocation, and produces a 2/// `tt::TokenTree` representing an argument of macro invocation, and produces a
3/// `tt::TokenTree` for the result of the expansion. 3/// `tt::TokenTree` for the result of the expansion.
4use rustc_hash::FxHashMap; 4use rustc_hash::FxHashMap;