Skip to content

Commit

Permalink
Update src/cargo/util/toml/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Huss <eric@huss.org>
  • Loading branch information
mjarkk and ehuss authored Jun 1, 2020
1 parent 0d4706a commit c403187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/util/toml/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1616,7 +1616,7 @@ impl DetailedTomlDependency {
if url.fragment().is_some() {
let msg = format!(
"hash in git url is ignored for dependency ({}). \
if you were trying to specify a specific git revision, use rev = \"revision\".",
If you were trying to specify a specific git revision, use rev = \"revision\".",
name_in_toml);
cx.warnings.push(msg)
}
Expand Down

0 comments on commit c403187

Please sign in to comment.