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.
2 parents 180531c + eae6330 commit 8e03a25Copy full SHA for 8e03a25
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