Skip to content

Commit

Permalink
More review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Oct 9, 2019
1 parent e0667f5 commit 9a12e48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cargo/util/config/key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub struct ConfigKey {
// updated with `push` methods and looks like `CARGO_FOO_BAR` for pushing
// `foo` and then `bar`.
env: String,
// The current environment variable this configuration key maps to. This is
// The current toml key this configuration key maps to. This is
// updated with `push` methods and looks like `foo.bar` for pushing
// `foo` and then `bar`.
config: String,
Expand Down
2 changes: 1 addition & 1 deletion src/cargo/util/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1473,7 +1473,7 @@ pub struct CargoBuildConfig {
/// single string or a string list itself. For example these deserialize to
/// equivalent values:
///
/// ```
/// ```toml
/// a = 'a b c'
/// b = ['a', 'b', 'c']
/// ```
Expand Down

0 comments on commit 9a12e48

Please sign in to comment.