aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_mbe/src/lib.rs
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2019-05-03 16:23:21 +0100
committerEdwin Cheng <[email protected]>2019-05-03 16:23:21 +0100
commit31909cc7d77fea5e08aaa9fd149338b243ec600f (patch)
tree56c826ab4dd6cc5f531af919f91184e3aa50d248 /crates/ra_mbe/src/lib.rs
parente8e46100d6c2ae617e1321bb01ce5a2f3cb37c6a (diff)
By pass unbind $var while mbe expanding
Diffstat (limited to 'crates/ra_mbe/src/lib.rs')
-rw-r--r--crates/ra_mbe/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
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 {
154} 154}
155 155
156#[cfg(test)] 156#[cfg(test)]
157mod tests; \ No newline at end of file 157mod tests;