We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 954efa9 + 369a654 commit 70ba3b5Copy full SHA for 70ba3b5
src/tools/rust-analyzer/crates/rust-analyzer/src/config.rs
@@ -2129,8 +2129,7 @@ impl Config {
2129
Some(Utf8PathBuf::from("target/rust-analyzer"))
2130
}
2131
TargetDirectory::UseSubdirectory(false) => None,
2132
- TargetDirectory::Directory(dir) if dir.is_relative() => Some(dir.clone()),
2133
- TargetDirectory::Directory(_) => None,
+ TargetDirectory::Directory(dir) => Some(dir.clone()),
2134
})
2135
2136
0 commit comments