diff options
author | Aleksey Kladov <[email protected]> | 2019-08-18 19:33:31 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-08-18 19:33:31 +0100 |
commit | 14fd9e72a7e5a742996ca1b7d86234b51e6e84a5 (patch) | |
tree | 5588b774fdc97e4e398c633c44b0b55456b8f397 /crates/ra_tools/src | |
parent | 2bac1bdf174a053f0727e982f0f92d068ef3c208 (diff) |
add quote dep
Diffstat (limited to 'crates/ra_tools/src')
-rw-r--r-- | crates/ra_tools/src/codegen.rs | 1 | ||||
-rw-r--r-- | crates/ra_tools/src/lib.rs | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/crates/ra_tools/src/codegen.rs b/crates/ra_tools/src/codegen.rs new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/crates/ra_tools/src/codegen.rs | |||
@@ -0,0 +1 @@ | |||
diff --git a/crates/ra_tools/src/lib.rs b/crates/ra_tools/src/lib.rs index bb7845f7d..96290ecc4 100644 --- a/crates/ra_tools/src/lib.rs +++ b/crates/ra_tools/src/lib.rs | |||
@@ -1,3 +1,5 @@ | |||
1 | mod codegen; | ||
2 | |||
1 | use std::{ | 3 | use std::{ |
2 | collections::HashMap, | 4 | collections::HashMap, |
3 | error::Error, | 5 | error::Error, |