mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
rename completion -> ide_completion
We don't have completion-related PRs in flight, so lets do it
This commit is contained in:
parent
6334ce866a
commit
3db64a400c
37 changed files with 33 additions and 32 deletions
|
@ -26,7 +26,8 @@ pub fn generate_lint_completions(mode: Mode) -> Result<()> {
|
|||
};
|
||||
let contents = reformat(ts.to_string().as_str())?;
|
||||
|
||||
let destination = project_root().join("crates/completion/src/generated_lint_completions.rs");
|
||||
let destination =
|
||||
project_root().join("crates/ide_completion/src/generated_lint_completions.rs");
|
||||
update(destination.as_path(), &contents, mode)?;
|
||||
run_rustfmt(mode)?;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue