Skip to content

Commit 2fa38a2

Browse files
committed
doc: enhancement of compiler::artifact
1 parent 92f8972 commit 2fa38a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cargo/core/compiler/artifact.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/// Generate artifact information from unit dependencies for configuring the compiler environment.
1+
//! Generate artifact information from unit dependencies for configuring the compiler environment.
2+
23
use crate::core::compiler::unit_graph::UnitDep;
34
use crate::core::compiler::{Context, CrateType, FileFlavor, Unit};
45
use crate::core::dependency::ArtifactKind;

0 commit comments

Comments
 (0)