forked from mirrors/gstreamer-rs
base: Remove last occurence of nowadays unused dox
feature
Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/issues/477 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1302>
This commit is contained in:
parent
63852b3b19
commit
03417068dc
1 changed files with 2 additions and 1 deletions
|
@ -126,7 +126,8 @@ pub trait AggregatorExtManual: sealed::Sealed + IsA<Aggregator> + 'static {
|
|||
}
|
||||
}
|
||||
|
||||
#[cfg(any(feature = "v1_18", feature = "dox"))]
|
||||
#[cfg(feature = "v1_18")]
|
||||
#[cfg_attr(docsrs, doc(cfg(feature = "v1_18")))]
|
||||
fn connect_samples_selected<
|
||||
F: Fn(
|
||||
&Self,
|
||||
|
|
Loading…
Reference in a new issue