diff options
author | Aleksey Kladov <[email protected]> | 2021-05-07 21:35:43 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2021-05-07 21:50:24 +0100 |
commit | 53f7149d4510137111ed810803e9529157537288 (patch) | |
tree | ab508ae06c161225c9f70452c6c54decd02d0e54 /crates/hir/Cargo.toml | |
parent | ba8620398713d6f116dd1cce1a7e1cd6e3f97461 (diff) |
internal: expose cfg attrs from hir::Crate
Diffstat (limited to 'crates/hir/Cargo.toml')
-rw-r--r-- | crates/hir/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/hir/Cargo.toml b/crates/hir/Cargo.toml index 9e329656f..560b15238 100644 --- a/crates/hir/Cargo.toml +++ b/crates/hir/Cargo.toml | |||
@@ -25,3 +25,4 @@ hir_expand = { path = "../hir_expand", version = "0.0.0" } | |||
25 | hir_def = { path = "../hir_def", version = "0.0.0" } | 25 | hir_def = { path = "../hir_def", version = "0.0.0" } |
26 | hir_ty = { path = "../hir_ty", version = "0.0.0" } | 26 | hir_ty = { path = "../hir_ty", version = "0.0.0" } |
27 | tt = { path = "../tt", version = "0.0.0" } | 27 | tt = { path = "../tt", version = "0.0.0" } |
28 | cfg = { path = "../cfg", version = "0.0.0" } | ||