diff options
Diffstat (limited to 'crates/ra_hir/src/code_model_impl')
-rw-r--r-- | crates/ra_hir/src/code_model_impl/function.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_hir/src/code_model_impl/function.rs b/crates/ra_hir/src/code_model_impl/function.rs index 1bd4cc802..009175bab 100644 --- a/crates/ra_hir/src/code_model_impl/function.rs +++ b/crates/ra_hir/src/code_model_impl/function.rs | |||
@@ -15,7 +15,7 @@ use crate::{ | |||
15 | impl_block::ImplBlock, | 15 | impl_block::ImplBlock, |
16 | }; | 16 | }; |
17 | 17 | ||
18 | pub use self::scope::{FnScopes, ScopesWithSyntaxMapping}; | 18 | pub use self::scope::{FnScopes, ScopesWithSyntaxMapping, ScopeEntryWithSyntax}; |
19 | 19 | ||
20 | impl Function { | 20 | impl Function { |
21 | pub(crate) fn new(def_id: DefId) -> Function { | 21 | pub(crate) fn new(def_id: DefId) -> Function { |