Skip to content

Commit

Permalink
Rollup merge of rust-lang#136692 - Shourya742:2025-02-07-add-rust-doc…
Browse files Browse the repository at this point in the history
…s-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
  • Loading branch information
matthiaskrgr authored Feb 8, 2025
2 parents c9771e9 + 08362f0 commit 68ef129
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/bootstrap/src/utils/exec.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
//! Command Execution Module
//!
//! This module provides a structured way to execute and manage commands efficiently,
//! ensuring controlled failure handling and output management.
use std::ffi::OsStr;
use std::fmt::{Debug, Formatter};
use std::path::Path;
Expand Down

0 comments on commit 68ef129

Please sign in to comment.