Skip to content

Commit

Permalink
Fix upstream changes of rust-lang#9122
Browse files Browse the repository at this point in the history
  • Loading branch information
CPerezz committed Feb 3, 2021
1 parent 3c93f6c commit 1af0027
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/cargo/core/compiler/context/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ use super::unit_graph::UnitDep;
use super::{
BuildContext, Compilation, CompileKind, CompileMode, Executor, FileFlavor, RustDocFingerprint,
};
use crate::core::compiler::{self, compilation, Unit};
use crate::core::PackageId;
use crate::util::errors::{CargoResult, CargoResultExt};
use crate::util::profile;

mod compilation_files;
use self::compilation_files::CompilationFiles;
Expand Down

0 comments on commit 1af0027

Please sign in to comment.