Skip to content

Commit 68ef129

Browse files
authored
Rollup merge of #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 c9771e9 + 08362f0 commit 68ef129

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)