mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
Reorganize completions structure
This commit is contained in:
parent
bf84e4958e
commit
19c1067202
23 changed files with 99 additions and 109 deletions
|
@ -20,7 +20,7 @@ pub fn generate_lint_completions(mode: Mode) -> Result<()> {
|
|||
|
||||
let ts_clippy = generate_descriptor_clippy(&Path::new("./target/clippy_lints.json"))?;
|
||||
let ts = quote! {
|
||||
use crate::complete_attribute::LintCompletion;
|
||||
use crate::completions::attribute::LintCompletion;
|
||||
#ts_features
|
||||
#ts_clippy
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue