1
Fork 0

Revert "Fix rebase fallout"

This reverts commit 5685e4dd90.
This commit is contained in:
Aaron Hill 2020-05-29 00:19:06 -04:00
parent 255c0338dc
commit ed503acb46
No known key found for this signature in database
GPG key ID: B4087E510E98B164
4 changed files with 3 additions and 5 deletions

View file

@ -14,9 +14,7 @@ use rustc_data_structures::sync::Lrc;
use rustc_errors::{Diagnostic, FatalError, Level, PResult};
use rustc_session::parse::ParseSess;
use rustc_span::symbol::kw;
use rustc_span::{FileName, SourceFile, Span, DUMMY_SP};
use smallvec::SmallVec;
use rustc_span::{FileName, SourceFile, Span};
use std::mem;
use std::path::Path;