mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
{manifest-path} interpolation
This commit is contained in:
parent
5174b65ed8
commit
7db50294a3
8 changed files with 118 additions and 103 deletions
|
@ -158,10 +158,9 @@ fn utf8_stdout(mut cmd: Command) -> Result<String> {
|
|||
Ok(stdout.trim().to_string())
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Default, PartialEq, Eq)]
|
||||
#[derive(Copy, Clone, Debug, Default, PartialEq, Eq)]
|
||||
pub enum InvocationStrategy {
|
||||
OnceInRoot,
|
||||
PerWorkspaceWithManifestPath,
|
||||
#[default]
|
||||
PerWorkspace,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue