diff --git a/etc/rustdoc-with-private b/etc/rustdoc-with-private index c204eb71212..9d3f33c6295 100755 --- a/etc/rustdoc-with-private +++ b/etc/rustdoc-with-private @@ -1,11 +1,5 @@ #!/bin/sh -# Work around https://github.com/rust-lang/rust/issues/62132 -if [ "$2" = "synstructure" -o "$2" = "derivative" ] -then - exit -fi - # Emit documentation for private items so it is easier to look # up internal definitions. #