Skip to content

Commit

Permalink
doc(bootstrap): add top-level doc-comment to utils/tarball.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
bnleft committed Mar 14, 2024
1 parent fd27e87 commit a0bb25f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/bootstrap/src/utils/tarball.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
//! Facilitates the management and generation of tarballs.
//!
//! Tarballs efficiently hold Rust compiler build artifacts and
//! capture a snapshot of each boostrap stage.
//! In uplifting, a tarball from Stage N captures essential components
//! to assemble Stage N + 1 compiler.

use std::{
path::{Path, PathBuf},
process::Command,
Expand Down

0 comments on commit a0bb25f

Please sign in to comment.