Make original_range a method on InFile<&SyntaxNode>

This commit is contained in:
Jonas Schievink 2020-12-08 19:01:27 +01:00
parent b01981e636
commit 4943ef085d
5 changed files with 88 additions and 89 deletions

View file

@ -39,7 +39,7 @@ pub use crate::{
Struct, Trait, Type, TypeAlias, TypeParam, Union, VariantDef,
},
has_source::HasSource,
semantics::{original_range, PathResolution, Semantics, SemanticsScope},
semantics::{PathResolution, Semantics, SemanticsScope},
};
pub use hir_def::{