gstreamer/lib: Prevent fn deinit() docs from being stripped

This commit is contained in:
Marijn Suijten 2021-05-04 22:42:59 +02:00
parent 43a4bde600
commit e8c90c9186

View file

@ -247,6 +247,7 @@ pub fn init() -> Result<(), glib::Error> {
} }
} }
// rustdoc-stripper-ignore-next
/// Deinitialize GStreamer /// Deinitialize GStreamer
/// ///
/// # Safety /// # Safety