Skip to content

Commit 3bb7fdc

Browse files
Remove old, no-longer-necessary mdbook patch from workspace manifest (#2742)
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 3bb7fdc

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)