mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Use crate root to choose relevant workspace for flycheck
This commit is contained in:
parent
4b33850c39
commit
5e370b1cb8
2 changed files with 4 additions and 5 deletions
|
@ -74,7 +74,7 @@ pub struct ProjectJson {
|
|||
#[derive(Clone, Debug, Eq, PartialEq)]
|
||||
pub struct Crate {
|
||||
pub(crate) display_name: Option<CrateDisplayName>,
|
||||
pub(crate) root_module: AbsPathBuf,
|
||||
pub root_module: AbsPathBuf,
|
||||
pub(crate) edition: Edition,
|
||||
pub(crate) version: Option<String>,
|
||||
pub(crate) deps: Vec<Dependency>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue