mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-28 18:43:01 +00:00
Add expression fill mode variant for filling with underscore expressions
This commit is contained in:
parent
8fb2dcc947
commit
7e526b6be7
31 changed files with 172 additions and 125 deletions
|
|
@ -86,7 +86,7 @@ impl ModDir {
|
|||
let dir_path = if root_dir_owner {
|
||||
DirPath::empty()
|
||||
} else {
|
||||
DirPath::new(format!("{}/", name))
|
||||
DirPath::new(format!("{name}/"))
|
||||
};
|
||||
if let Some(mod_dir) = self.child(dir_path, !root_dir_owner) {
|
||||
return Ok((
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue