]> git.lizzy.rs Git - rust.git/commit - src/librustdoc/json/mod.rs
Rollup merge of #105182 - aDotInTheVoid:rdj-no-foreign-traits, r=Enselic,GuillaumeGomez
authorYuki Okushi <huyuumi.dev+love@gmail.com>
Sat, 3 Dec 2022 03:51:29 +0000 (12:51 +0900)
committerGitHub <noreply@github.com>
Sat, 3 Dec 2022 03:51:29 +0000 (12:51 +0900)
commit9afa850d39965d27502f0eaadeea879f156e5ae0
treeeaff43adecf7cd678c3df26bdde6ef4cbec17536
parent8f368666b55e4573f1399eb71ac4ee024234dfbb
parent79d897b22a3b091f8300fffe96ffb68a0dbd1293
Rollup merge of #105182 - aDotInTheVoid:rdj-no-foreign-traits, r=Enselic,GuillaumeGomez

Rustdoc-Json: Don't inline foreign traits

It wasn't done correctly, and [we want to move towards only having local items in the index, and making foreign items easier to resolved](https://rust-lang.zulipchat.com/#narrow/stream/266220-rustdoc/topic/Rustdoc.20JSON.3A.20Include.20All.20Foreign.20Items.3F)

Fixes #105025. This means #105015 is included to test this

Fixes #105022

r? `@GuillaumeGomez`