Clean up a handful of build warnings.
This commit is contained in:
parent
8450dc8f5e
commit
8bbf83b62a
20 changed files with 56 additions and 65 deletions
|
@ -12,7 +12,7 @@ use core::prelude::*;
|
|||
|
||||
use ast;
|
||||
use codemap;
|
||||
use codemap::{FileMap, Loc, Pos, ExpandedFrom, span};
|
||||
use codemap::{Pos, ExpandedFrom, span};
|
||||
use codemap::{CallInfo, NameAndSpan};
|
||||
use ext::base::*;
|
||||
use ext::base;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue