]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #106546 - aDotInTheVoid:jsondoclint-path-local-item, r=notriddle
authorYuki Okushi <huyuumi.dev+love@gmail.com>
Sun, 8 Jan 2023 08:01:47 +0000 (17:01 +0900)
committerGitHub <noreply@github.com>
Sun, 8 Jan 2023 08:01:47 +0000 (17:01 +0900)
commit7997ff6612c1beadb74edd54f772c97147e14b96
tree934e3c1b9be2517672988a00a0514f6f32580199
parent3edc7e0414cab18416752f5c6952ee4b67ec9613
parentd4139b36cf8bdc3c46616112fed42b589dec5395
Rollup merge of #106546 - aDotInTheVoid:jsondoclint-path-local-item, r=notriddle

jsondoclint: Check local items in `paths` are also in `index`.

Would have caught #104064 (if core.json was linted in CI).

Closes #106433.

r? rustdoc