Skip to content

Commit 4b02429

Browse files
committed
Remove old, no-longer-necessary mdbook patch from workspace manifest
Removes an old patch that was once required after a Rust update revealed some borrow-related soundness issues in mdbook. rust-lang/mdBook#1861
1 parent 734ed89 commit 4b02429

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,3 @@ exclude = [
2828

2929
[profile.dev.package.sway-lsp]
3030
debug = 2
31-
32-
[patch.crates-io]
33-
# A workaround for a bug in mdbook `0.4.20` introduced by some breakage in rustc 1.64.0-nightly (62b272d25 2022-07-21).
34-
# This should be removed when either this PR https://github.com/rust-lang/mdBook/pull/1861 or a related fix is published.
35-
mdbook = { git = "https://github.com/mitchmindtree/mdBook", branch = "nightly-borrowcheck-err-workaround" }

0 commit comments

Comments
 (0)