Remove rustdoc work-around from 43a75011be

This commit is contained in:
Simon Sapin 2019-07-16 08:02:36 +02:00
parent d3718823ba
commit 0f5bc8b20d

View file

@ -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.
#