mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
fix: Fix receiver adjustments for extract_variable assist
This commit is contained in:
parent
fa3db447d7
commit
72d47144e8
2 changed files with 32 additions and 27 deletions
|
@ -415,7 +415,6 @@ impl WorkspaceBuildScripts {
|
|||
let dir_entry = entry.ok()?;
|
||||
if dir_entry.file_type().ok()?.is_file() {
|
||||
let path = dir_entry.path();
|
||||
tracing::info!("p{:?}", path);
|
||||
let extension = path.extension()?;
|
||||
if extension == std::env::consts::DLL_EXTENSION {
|
||||
let name = path.file_stem()?.to_str()?.split_once('-')?.0.to_owned();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue