]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #74534 - Mark-Simulacrum:rustdoc-stability, r=Manishearth
authorManish Goregaokar <manishsmail@gmail.com>
Mon, 20 Jul 2020 02:12:43 +0000 (19:12 -0700)
committerGitHub <noreply@github.com>
Mon, 20 Jul 2020 02:12:43 +0000 (19:12 -0700)
Only skip impls of foreign unstable traits

Previously unstable impls were skipped, which meant that any impl with an unstable method would get skipped.

Fixes #74531.


No differences found