]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #81318 - CraftSpider:json-trait-fix, r=jyn514
authorMara Bos <m-ou.se@m-ou.se>
Fri, 5 Feb 2021 11:25:54 +0000 (12:25 +0100)
committerGitHub <noreply@github.com>
Fri, 5 Feb 2021 11:25:54 +0000 (12:25 +0100)
commit0493e3aa88e0a9d74eaa29b886b10b4a6b1fc053
tree331758bcac4893d4b1c78dddaace05581a883703
parent8d49ca11a2ec5492626f7a62fe2bef8daefe9e72
parent1c60d27a52ee0341c3848f170c2635d5e74bd0a8
Rollup merge of #81318 - CraftSpider:json-trait-fix, r=jyn514

rustdoc-json: Fix has_body

Previously, `has_body` was always true. Now propagate the type of the method to set it correctly. Relies on #81287, that will need to be merged first.