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 180531c commit eae6330Copy full SHA for eae6330
gio/src/list_model.rs
@@ -21,7 +21,7 @@ pub trait ListModelExtManual: IsA<ListModel> + Sized {
21
22
// rustdoc-stripper-ignore-next
23
/// If `T::static_type().is_a(self.item_type())` then it returns an iterator over the `ListModel` elements,
24
- /// else the types are not compatible and returns an `Err(...)`.
+ /// else the types are not compatible and it panics.
25
///
26
/// # Panics
27
0 commit comments