mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Move Source to hir_expand
This commit is contained in:
parent
2d142a17ef
commit
b8533413cf
4 changed files with 23 additions and 20 deletions
|
@ -62,7 +62,7 @@ pub use crate::{
|
|||
adt::VariantDef,
|
||||
code_model::{
|
||||
docs::{DocDef, Docs, Documentation},
|
||||
src::{HasBodySource, HasSource, Source},
|
||||
src::{HasBodySource, HasSource},
|
||||
Adt, AssocItem, Const, ConstData, Container, Crate, CrateDependency, DefWithBody, Enum,
|
||||
EnumVariant, FieldSource, FnData, Function, HasBody, MacroDef, Module, ModuleDef,
|
||||
ModuleSource, Static, Struct, StructField, Trait, TypeAlias, Union,
|
||||
|
@ -85,4 +85,4 @@ pub use hir_def::{
|
|||
path::{Path, PathKind},
|
||||
type_ref::Mutability,
|
||||
};
|
||||
pub use hir_expand::{either::Either, name::Name};
|
||||
pub use hir_expand::{either::Either, name::Name, Source};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue