We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bootstrap/misc/mod.rs
1 parent 73e77cb commit dbdc0e2Copy full SHA for dbdc0e2
src/bootstrap/src/misc/mod.rs
@@ -1,3 +1,7 @@
1
+//! This module is an integral component of the build and configuration process, providing
2
+//! support for a wide range of tasks and operations such as caching, cc detection, release
3
+//! channels, job management, etc.
4
+
5
pub(crate) mod cache;
6
pub(crate) mod cc_detect;
7
pub(crate) mod channel;
0 commit comments