Reorganize completions structure

This commit is contained in:
Igor Aleksanov 2020-10-25 10:59:15 +03:00
parent bf84e4958e
commit 19c1067202
23 changed files with 99 additions and 109 deletions

View file

@ -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
};