Closed
Description
See previous discussion here: #34023 (comment)
rustdoc seems to be building files for methods marked #[doc(hidden)]
in rust 1.9.0 and nightly but not in 1.8.0, observed with code generated when building opencv-rust.
It seems that these methods should be ignored.