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.
1 parent d3dd40f commit 5c143aaCopy full SHA for 5c143aa
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