Fix build

This commit is contained in:
Alan Du 2018-03-22 00:01:09 -04:00
parent ff9ab51617
commit d8723aaa8c

View file

@ -13,8 +13,8 @@
use std::iter::repeat;
use config::lists::*;
use syntax::{ast, ptr};
use syntax::codemap::{BytePos, Span};
use syntax::{ast, ptr};
use codemap::SpanUtils;
use comment::combine_strs_with_missing_comments;