Skip to content

Commit 3448f66

Browse files
authored
linked issue is closed (#1729)
1 parent 88340e1 commit 3448f66

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

src/git.md

-18
Original file line numberDiff line numberDiff line change
@@ -246,24 +246,6 @@ Some submodules are not actually needed; for example, `src/llvm-project` doesn't
246246
out if you're using `download-ci-llvm`. To avoid having to keep fetching its history, you can use
247247
`git submodule deinit -f src/llvm-project`, which will also avoid it showing as modified again.
248248

249-
Note that, as of <!-- date-check --> Aug 2022,
250-
there is a [bug][#77620] if you use worktrees,
251-
submodules, and `x` in a commit hook.
252-
If you run into an error like the following,
253-
it's not anything you did wrong:
254-
255-
```
256-
error: failed to read `/home/jyn/rustc-worktree/src/tools/cargo/Cargo.toml`
257-
258-
Caused by:
259-
No such file or directory (os error 2)
260-
```
261-
262-
There is a workaround in [the issue][#77620-workaround].
263-
264-
[#77620]: https://github.com/rust-lang/rust/issues/77620
265-
[#77620-workaround]: https://github.com/rust-lang/rust/issues/77620#issuecomment-705228229
266-
267249
## Rebasing and Conflicts
268250

269251
When you edit your code locally, you are making changes to the version of

0 commit comments

Comments
 (0)