]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #89364 - hkmatsumoto:encode-json-with-utf-8, r=Mark-Simulacrum
authorManish Goregaokar <manishsmail@gmail.com>
Tue, 5 Oct 2021 06:56:19 +0000 (23:56 -0700)
committerGitHub <noreply@github.com>
Tue, 5 Oct 2021 06:56:19 +0000 (23:56 -0700)
commit27b84a92c6e012f5665b4adb79adb28e8717a9bd
treed34b02b55814cf404917ab01455f723a3af2c8a6
parenteeadc9d63fe56ce0faf89f5d449af750ecf554be
parente46fc9d1d9d6a768e349de25cbc718c1d9852283
Rollup merge of #89364 - hkmatsumoto:encode-json-with-utf-8, r=Mark-Simulacrum

rustdoc-json: Encode json files with UTF-8

Currently, `check_missing_items.py` malfunctions when the index contains some letters like emojis.

Related to #89360.