From 31909cc7d77fea5e08aaa9fd149338b243ec600f Mon Sep 17 00:00:00 2001 From: Edwin Cheng Date: Fri, 3 May 2019 23:23:21 +0800 Subject: By pass unbind $var while mbe expanding --- crates/ra_mbe/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_mbe/src/lib.rs') diff --git a/crates/ra_mbe/src/lib.rs b/crates/ra_mbe/src/lib.rs index 9afc33093..c146252a4 100644 --- a/crates/ra_mbe/src/lib.rs +++ b/crates/ra_mbe/src/lib.rs @@ -154,4 +154,4 @@ pub(crate) struct Var { } #[cfg(test)] -mod tests; \ No newline at end of file +mod tests; -- cgit v1.2.3