Skip to content

Commit c403187

Browse files
mjarkkehuss
andauthored
Update src/cargo/util/toml/mod.rs
Co-authored-by: Eric Huss <eric@huss.org>
1 parent 0d4706a commit c403187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/util/toml/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1616,7 +1616,7 @@ impl DetailedTomlDependency {
16161616
if url.fragment().is_some() {
16171617
let msg = format!(
16181618
"hash in git url is ignored for dependency ({}). \
1619-
if you were trying to specify a specific git revision, use rev = \"revision\".",
1619+
If you were trying to specify a specific git revision, use rev = \"revision\".",
16201620
name_in_toml);
16211621
cx.warnings.push(msg)
16221622
}

0 commit comments

Comments
 (0)