aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-02-12 17:57:39 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-02-12 17:57:39 +0000
commit24287d024dd72d0f8325c9de7b7e90db58a634dc (patch)
tree19b38d8e1221e2fb0aa31126208555154f6a2991 /crates/ra_hir
parent3e367b5760117856bd178d637f740a7f0cd1ffee (diff)
parent5f89180fd9b1b0e8a0fd7d8988485c4ba598d70e (diff)
Merge #810
810: make token trees eq r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_hir')
-rw-r--r--crates/ra_hir/src/macros.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_hir/src/macros.rs b/crates/ra_hir/src/macros.rs
index dd477e9f9..45128c7df 100644
--- a/crates/ra_hir/src/macros.rs
+++ b/crates/ra_hir/src/macros.rs
@@ -67,7 +67,7 @@ impl MacroDef {
67 } 67 }
68} 68}
69 69
70#[derive(Debug, Clone, PartialEq, Eq, Hash)] 70#[derive(Debug, Clone, PartialEq, Eq)]
71pub struct MacroInput { 71pub struct MacroInput {
72 // Should be token trees 72 // Should be token trees
73 pub text: String, 73 pub text: String,