We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992fb9e commit 8aed926Copy full SHA for 8aed926
src/bootstrap/src/utils/execution_context.rs
@@ -1,4 +1,9 @@
1
-#![allow(warnings)]
+//! Shared execution context for running bootstrap commands.
2
+//!
3
+//! This module provides the [`ExecutionContext`] type, which holds global configuration
4
+//! relevant during the execution of commands in bootstrap. This includes dry-run
5
+//! mode, verbosity level, and behavior on failure.
6
+
7
use std::sync::{Arc, Mutex};
8
9
use crate::core::config::DryRun;
0 commit comments