We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2aba14 commit daa053cCopy full SHA for daa053c
src/cargo/util/config/mod.rs
@@ -122,7 +122,7 @@ macro_rules! get_value_typed {
122
/// relating to cargo itself.
123
#[derive(Debug)]
124
pub struct Config {
125
- /// The location of the user's 'home' directory. OS-dependent.
+ /// The location of the user's Cargo home directory. OS-dependent.
126
home_path: Filesystem,
127
/// Information about how to write messages to the shell
128
shell: RefCell<Shell>,
0 commit comments