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 {
13
13
// updated with `push` methods and looks like `CARGO_FOO_BAR` for pushing
14
14
// `foo` and then `bar`.
15
15
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
17
17
// updated with `push` methods and looks like `foo.bar` for pushing
18
18
// `foo` and then `bar`.
19
19
config : String ,
Original file line number Diff line number Diff line change @@ -1473,7 +1473,7 @@ pub struct CargoBuildConfig {
1473
1473
/// single string or a string list itself. For example these deserialize to
1474
1474
/// equivalent values:
1475
1475
///
1476
- /// ```
1476
+ /// ```toml
1477
1477
/// a = 'a b c'
1478
1478
/// b = ['a', 'b', 'c']
1479
1479
/// ```
You can’t perform that action at this time.
0 commit comments