Skip to content

Commit 1e667cf

Browse files
authored
Unrolled build for rust-lang#136692
Rollup merge of rust-lang#136692 - Shourya742:2025-02-07-add-rust-docs-for-bootstrap-utils-exec, r=onur-ozkan add module level doc for bootstrap:utils:exec This PR adds module level doc for bootstrap utils/exec module
2 parents d2f335d + 08362f0 commit 1e667cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bootstrap/src/utils/exec.rs

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
//! Command Execution Module
2+
//!
3+
//! This module provides a structured way to execute and manage commands efficiently,
4+
//! ensuring controlled failure handling and output management.
5+
16
use std::ffi::OsStr;
27
use std::fmt::{Debug, Formatter};
38
use std::path::Path;

0 commit comments

Comments
 (0)