Cleanup imports

This commit is contained in:
Aleksey Kladov 2020-03-19 12:36:33 +01:00
parent 0c55c06944
commit 7e2bca4ec3
6 changed files with 17 additions and 13 deletions

View file

@ -1,7 +1,5 @@
//! FIXME: write short doc here
use crate::{Assist, AssistCtx, AssistId};
use join_to_string::join;
use ra_syntax::{
ast::{self, AstNode},
@ -10,6 +8,8 @@ use ra_syntax::{
TextRange, TextUnit,
};
use crate::{Assist, AssistCtx, AssistId};
const DERIVE_TRAIT: &str = "derive";
// Assist: add_custom_impl