diff options
Diffstat (limited to 'crates/ra_hir/src/code_model_api.rs')
-rw-r--r-- | crates/ra_hir/src/code_model_api.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/ra_hir/src/code_model_api.rs b/crates/ra_hir/src/code_model_api.rs index e69f546ff..8ec6b9b2b 100644 --- a/crates/ra_hir/src/code_model_api.rs +++ b/crates/ra_hir/src/code_model_api.rs | |||
@@ -274,6 +274,8 @@ pub struct Function { | |||
274 | pub(crate) def_id: DefId, | 274 | pub(crate) def_id: DefId, |
275 | } | 275 | } |
276 | 276 | ||
277 | pub use crate::code_model_impl::function::ScopeEntryWithSyntax; | ||
278 | |||
277 | /// The declared signature of a function. | 279 | /// The declared signature of a function. |
278 | #[derive(Debug, Clone, PartialEq, Eq)] | 280 | #[derive(Debug, Clone, PartialEq, Eq)] |
279 | pub struct FnSignature { | 281 | pub struct FnSignature { |