mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Extract common fields out of ProjectWorkspace variants
This commit is contained in:
parent
a2ed6837bc
commit
ff56cb6e49
15 changed files with 248 additions and 333 deletions
|
@ -52,7 +52,7 @@ pub use crate::{
|
|||
manifest_path::ManifestPath,
|
||||
project_json::{ProjectJson, ProjectJsonData},
|
||||
sysroot::Sysroot,
|
||||
workspace::{FileLoader, PackageRoot, ProjectWorkspace},
|
||||
workspace::{FileLoader, PackageRoot, ProjectWorkspace, ProjectWorkspaceKind},
|
||||
};
|
||||
pub use cargo_metadata::Metadata;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue