File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ pub struct ConfigKey {
1313 // updated with `push` methods and looks like `CARGO_FOO_BAR` for pushing
1414 // `foo` and then `bar`.
1515 env : String ,
16- // The current environment variable this configuration key maps to. This is
16+ // The current toml key this configuration key maps to. This is
1717 // updated with `push` methods and looks like `foo.bar` for pushing
1818 // `foo` and then `bar`.
1919 config : String ,
Original file line number Diff line number Diff line change @@ -1473,7 +1473,7 @@ pub struct CargoBuildConfig {
14731473/// single string or a string list itself. For example these deserialize to
14741474/// equivalent values:
14751475///
1476- /// ```
1476+ /// ```toml
14771477/// a = 'a b c'
14781478/// b = ['a', 'b', 'c']
14791479/// ```
You can’t perform that action at this time.
0 commit comments