Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Commit aec14c7

Browse files
committed
Regenerate ({Text,Tree}Iter Debug)
1 parent ffa7bf7 commit aec14c7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

gtk/src/auto/text_iter.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ use glib::translate::*;
1212
use std::cmp;
1313

1414
glib::wrapper! {
15+
#[derive(Debug)]
1516
pub struct TextIter(BoxedInline<ffi::GtkTextIter>);
1617

1718
match fn {

gtk/src/auto/tree_iter.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use glib::translate::*;
66

77
glib::wrapper! {
8+
#[derive(Debug)]
89
pub struct TreeIter(BoxedInline<ffi::GtkTreeIter>);
910

1011
match fn {

0 commit comments

Comments
 (0)