Auto merge of #140999 - hkBst:update-escaper, r=nnethercote
update to literal-escaper 0.0.4 for better API without `unreachable` and faster string parsing This is the replacement for just the part of https://github.com/rust-lang/rust/pull/138163 dealing with the changed API of unescape functionality, since that got moved into its own crate. <del>This uses an unpublished version of literal-escaper (https://github.com/rust-lang/literal-escaper/pull/8).</del> r? `@nnethercote`
This commit is contained in:
commit
2c2bb995af
16 changed files with 67 additions and 94 deletions
|
|
@ -89,3 +89,8 @@ codegen-units = 1
|
|||
# FIXME: LTO cannot be enabled for binaries in a workspace
|
||||
# <https://github.com/rust-lang/cargo/issues/9330>
|
||||
# lto = true
|
||||
|
||||
# If you want to use a crate with local modifications, you can set a path or git dependency here.
|
||||
# For git dependencies, also add your source to ALLOWED_SOURCES in src/tools/tidy/src/extdeps.rs.
|
||||
#[patch.crates-io]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue