Rename assits to assists

This commit is contained in:
Jeremy Kolb 2019-02-05 08:13:16 -05:00
parent 4183825475
commit e696342afa
6 changed files with 5 additions and 5 deletions

View file

@ -30,7 +30,7 @@ mod syntax_highlighting;
mod parent_module;
mod rename;
mod impls;
mod assits;
mod assists;
#[cfg(test)]
mod marks;