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 3e8cdd7 commit a6db5b0Copy full SHA for a6db5b0
tests/testsuite/init.rs
@@ -59,7 +59,7 @@ fn simple_bin() {
59
60
#[cargo_test]
61
fn simple_git_ignore_exists() {
62
- // write a .gitignore file with one entry
+ // write a .gitignore file with two entries
63
fs::create_dir_all(paths::root().join("foo")).unwrap();
64
fs::write(
65
paths::root().join("foo/.gitignore"),
0 commit comments