mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
move source to a seaparate file
This commit is contained in:
parent
c4512fadb1
commit
0dcaded439
3 changed files with 125 additions and 121 deletions
|
@ -81,5 +81,6 @@ pub use self::code_model::{
|
|||
StructField, FieldSource,
|
||||
Static, Const, ConstSignature,
|
||||
Trait, TypeAlias, MacroDef, Container,
|
||||
BuiltinType, Source, HasSource,
|
||||
BuiltinType,
|
||||
src::{Source, HasSource},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue