mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Workspace without sysroot could be possible
This commit is contained in:
parent
7e19d99d4f
commit
2025f17ac3
2 changed files with 9 additions and 11 deletions
|
@ -1546,7 +1546,7 @@ pub(crate) fn handle_open_docs(
|
|||
});
|
||||
|
||||
let (cargo, sysroot) = match ws_and_sysroot {
|
||||
Some((ws, Some(sysroot))) => (Some(ws), Some(sysroot)),
|
||||
Some((ws, sysroot)) => (Some(ws), sysroot),
|
||||
_ => (None, None),
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue