more crate boilerplate

This commit is contained in:
Aleksey Kladov 2018-12-09 00:51:06 +03:00
parent 9c6c7ec2da
commit ca7e5905c1
5 changed files with 54 additions and 13 deletions

View file

@ -26,7 +26,6 @@ mod krate;
mod module;
mod function;
use std::ops::Index;
use ra_syntax::{SyntaxNodeRef, SyntaxNode};