Skip to content

Commit a7ba26b

Browse files
committed
docs: Update ToC for Config -> Context
1 parent 67b5aa4 commit a7ba26b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/cargo/lib.rs

+4-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@
4545
//! - [`util`]:
4646
//! This directory contains generally-useful utility modules.
4747
//! - [`util::context`]:
48-
//! This directory contains the config parser. It makes heavy use of
49-
//! [serde](https://serde.rs/) to merge and translate config values. The
50-
//! [`util::GlobalContext`] is usually accessed from the
48+
//! This directory contains the global applicaton context.
49+
//! This includes the config parser which makes heavy use of
50+
//! [serde](https://serde.rs/) to merge and translate config values.
51+
//! The [`util::GlobalContext`] is usually accessed from the
5152
//! [`core::Workspace`]
5253
//! though references to it are scattered around for more convenient access.
5354
//! - [`util::toml`]:

0 commit comments

Comments
 (0)