Commit a7ba26b 1 parent 67b5aa4 commit a7ba26b Copy full SHA for a7ba26b
File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 45
45
//! - [`util`]:
46
46
//! This directory contains generally-useful utility modules.
47
47
//! - [`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
51
52
//! [`core::Workspace`]
52
53
//! though references to it are scattered around for more convenient access.
53
54
//! - [`util::toml`]:
You can’t perform that action at this time.
0 commit comments