Skip to content

Commit dbdc0e2

Browse files
committed
add doc-comments for bootstrap/misc/mod.rs
Signed-off-by: onur-ozkan <[email protected]>
1 parent 73e77cb commit dbdc0e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/bootstrap/src/misc/mod.rs

+4
Original file line numberDiff line numberDiff line change
@@ -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+
15
pub(crate) mod cache;
26
pub(crate) mod cc_detect;
37
pub(crate) mod channel;

0 commit comments

Comments
 (0)