We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b7529 commit 9add4d1Copy full SHA for 9add4d1
gio/src/list_model.rs
@@ -26,7 +26,7 @@ pub trait ListModelExtManual: sealed::Sealed + IsA<ListModel> + Sized {
26
27
// rustdoc-stripper-ignore-next
28
/// If `T::static_type().is_a(self.item_type())` then it returns an iterator over the `ListModel` elements,
29
- /// else the types are not compatible and returns an `Err(...)`.
+ /// else the types are not compatible and it panics.
30
///
31
/// # Panics
32
0 commit comments