We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e8755c commit 250f935Copy full SHA for 250f935
src/cargo/sources/git/utils.rs
@@ -1606,7 +1606,7 @@ pub(crate) fn note_github_pull_request(url: &str) -> Option<String> {
1606
return Some(format!(
1607
concat!(
1608
"\n\nnote: GitHub url {} is not a repository. \n",
1609
- " Replace the dependency with \n",
+ "help: Replace the dependency with \n",
1610
" `git = \"{}\" rev = \"{}\"` \n",
1611
" to specify pull requests as dependencies' revision."
1612
),
0 commit comments