Fixed warning generated after refactoring.

This commit is contained in:
Kevin DeLorey 2020-02-11 07:10:06 -06:00
parent ca43bb3ff7
commit b4429a9d64

View File

@ -1,4 +1,4 @@
use hir::{db::HirDatabase, HasSource, InFile};
use hir::{HasSource, InFile};
use ra_syntax::{
ast::{self, edit, make, AstNode, NameOwner},
SmolStr,