mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-24 21:19:37 +00:00
refactor: rename local variables and some types (#1023)
* fix: naming * refactor: rename local variables and some types
This commit is contained in:
parent
ad0c1e8aca
commit
be1d659719
52 changed files with 805 additions and 787 deletions
|
|
@ -58,7 +58,7 @@ impl StatefulRequest for RenameRequest {
|
|||
self.new_name
|
||||
};
|
||||
|
||||
let def_fid = def.def_at(ctx.shared())?.0;
|
||||
let def_fid = def.location(ctx.shared())?.0;
|
||||
let old_path = ctx.path_for_id(def_fid).ok()?;
|
||||
|
||||
let rename_loc = Path::new(ref_path_str.as_str());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue