mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Export RustDocFingerprint
from core/compiler
This commit is contained in:
parent
47e19f057e
commit
8ddc56f14d
@ -32,7 +32,9 @@ use lazycell::LazyCell;
|
||||
use log::debug;
|
||||
|
||||
pub use self::build_config::{BuildConfig, CompileMode, MessageFormat};
|
||||
pub use self::build_context::{BuildContext, FileFlavor, FileType, TargetInfo};
|
||||
pub use self::build_context::{
|
||||
BuildContext, FileFlavor, FileType, RustDocFingerprint, RustcTargetData, TargetInfo,
|
||||
};
|
||||
use self::build_plan::BuildPlan;
|
||||
pub use self::compilation::{Compilation, Doctest};
|
||||
pub use self::compile_kind::{CompileKind, CompileTarget};
|
||||
|
Loading…
x
Reference in New Issue
Block a user