diff options
author | Benjamin Coenen <[email protected]> | 2020-05-21 09:48:42 +0100 |
---|---|---|
committer | Benjamin Coenen <[email protected]> | 2020-05-21 09:48:42 +0100 |
commit | c6143742bd4e625d391ac3ea860be7578ab9f53f (patch) | |
tree | 43cce6b63b38ab0497c54df8850d7c23afd70e0a /crates/ra_hir | |
parent | ebaa05a4478096aaf3bc2a48d0d171a287422c7c (diff) |
add support of feature flag for runnables #4464
Signed-off-by: Benjamin Coenen <[email protected]>
Diffstat (limited to 'crates/ra_hir')
-rw-r--r-- | crates/ra_hir/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_hir/src/lib.rs b/crates/ra_hir/src/lib.rs index c5df4ac24..3364a822f 100644 --- a/crates/ra_hir/src/lib.rs +++ b/crates/ra_hir/src/lib.rs | |||
@@ -62,6 +62,7 @@ pub use crate::{ | |||
62 | 62 | ||
63 | pub use hir_def::{ | 63 | pub use hir_def::{ |
64 | adt::StructKind, | 64 | adt::StructKind, |
65 | attr::Attrs, | ||
65 | body::scope::ExprScopes, | 66 | body::scope::ExprScopes, |
66 | builtin_type::BuiltinType, | 67 | builtin_type::BuiltinType, |
67 | docs::Documentation, | 68 | docs::Documentation, |