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 a6db5b0 commit c42f2eeCopy full SHA for c42f2ee
src/cargo/ops/cargo_new.rs
@@ -492,7 +492,7 @@ impl IgnoreList {
492
.iter()
493
.any(|item| existing_items.contains(item))
494
{
495
- out.push_str("#\n#already existing elements are commented out\n");
+ out.push_str("#\n#already existing elements were commented out\n");
496
}
497
out.push('\n');
498
tests/testsuite/init.rs
@@ -89,7 +89,7 @@ fn simple_git_ignore_exists() {
89
**/some.file\n\n\
90
#Added by cargo\n\
91
#\n\
92
- #already existing elements are commented out\n\
+ #already existing elements were commented out\n\
93
\n\
94
#/target\n\
95
**/*.rs.bk\n\
0 commit comments