mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
add module level doc for bootstrap:util:exec
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user