mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Introduce HasSource trait
This commit is contained in:
parent
2a1fe26b6d
commit
36865adcb9
3 changed files with 45 additions and 29 deletions
|
@ -81,5 +81,5 @@ pub use self::code_model::{
|
|||
StructField, FieldSource,
|
||||
Static, Const, ConstSignature,
|
||||
Trait, TypeAlias, MacroDef, Container,
|
||||
BuiltinType, Source,
|
||||
BuiltinType, Source, HasSource,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue