]> git.lizzy.rs Git - rust.git/commit
Remove `unescape_byte_literal`.
authorNicholas Nethercote <n.nethercote@gmail.com>
Fri, 4 Nov 2022 00:09:23 +0000 (11:09 +1100)
committerNicholas Nethercote <n.nethercote@gmail.com>
Sat, 5 Nov 2022 02:56:36 +0000 (13:56 +1100)
commit7d2a1ee4fce2495ce25e3955f062d20851aa7d4c
tree197781099ee57b021885c0687eec36c8b63c8150
parent8807fc4cc358fa2152b303df0caa2f5fc9efaa9d
Remove `unescape_byte_literal`.

It's easy to just use `unescape_literal` + `byte_from_char`.
crates/syntax/src/validation.rs