diff options
author | Edwin Cheng <[email protected]> | 2020-05-14 10:57:37 +0100 |
---|---|---|
committer | Edwin Cheng <[email protected]> | 2020-05-14 10:57:51 +0100 |
commit | 20f7068b68b99610926b375d53d3721b878ff86c (patch) | |
tree | 70935f3d8f07b50082d62110eb29bafc484eb1f3 /crates/ra_tt | |
parent | 6fde7f1b6bb30481a38c3346729dde9bd1b42c1a (diff) |
Store proc-macro result in salsa db
Diffstat (limited to 'crates/ra_tt')
-rw-r--r-- | crates/ra_tt/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_tt/src/lib.rs b/crates/ra_tt/src/lib.rs index 5248e026c..342ddbe32 100644 --- a/crates/ra_tt/src/lib.rs +++ b/crates/ra_tt/src/lib.rs | |||
@@ -243,7 +243,7 @@ impl Subtree { | |||
243 | 243 | ||
244 | pub mod buffer; | 244 | pub mod buffer; |
245 | 245 | ||
246 | #[derive(Debug, PartialEq, Eq)] | 246 | #[derive(Debug, PartialEq, Eq, Clone)] |
247 | pub enum ExpansionError { | 247 | pub enum ExpansionError { |
248 | IOError(String), | 248 | IOError(String), |
249 | JsonError(String), | 249 | JsonError(String), |