mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
do not emit create for directory again
This commit is contained in:
parent
f88355ccb5
commit
7f7c4e7465
3 changed files with 6 additions and 8 deletions
|
@ -40,9 +40,6 @@ fn test_vfs_works() -> std::io::Result<()> {
|
|||
fs::write(file_path, text)?
|
||||
}
|
||||
|
||||
let gitignore = dir.path().join("a/.gitignore");
|
||||
fs::write(gitignore, "/target").unwrap();
|
||||
|
||||
let a_root = dir.path().join("a");
|
||||
let b_root = dir.path().join("a/b");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue