From a7ba26b90b7c58aea43f6b340cb9785b800999e1 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 29 Feb 2024 16:24:07 -0600 Subject: [PATCH] docs: Update ToC for Config -> Context --- src/cargo/lib.rs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/cargo/lib.rs b/src/cargo/lib.rs index a88c4b2edd6..467f96baaff 100644 --- a/src/cargo/lib.rs +++ b/src/cargo/lib.rs @@ -45,9 +45,10 @@ //! - [`util`]: //! This directory contains generally-useful utility modules. //! - [`util::context`]: -//! This directory contains the config parser. It makes heavy use of -//! [serde](https://serde.rs/) to merge and translate config values. The -//! [`util::GlobalContext`] is usually accessed from the +//! This directory contains the global applicaton context. +//! This includes the config parser which makes heavy use of +//! [serde](https://serde.rs/) to merge and translate config values. +//! The [`util::GlobalContext`] is usually accessed from the //! [`core::Workspace`] //! though references to it are scattered around for more convenient access. //! - [`util::toml`]: