Skip to content

Commit 9a12e48

Browse files
committed
More review comments
1 parent e0667f5 commit 9a12e48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cargo/util/config/key.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

src/cargo/util/config/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
/// ```

0 commit comments

Comments
 (0)