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.
Debug
1 parent c947074 commit 6568b98Copy full SHA for 6568b98
examples/virtual_methods/pet.rs
@@ -13,7 +13,7 @@ pub mod ffi {
13
/// The class struct is used to implement the vtable for method dispatch. The first field
14
/// *must* be a pointer to the parent type. In our case, this is
15
/// [`GObjectClass`](glib::gobject_ffi::GObjectClass)
16
- #[derive(Copy, Clone, Debug)]
+ #[derive(Copy, Clone)]
17
#[repr(C)]
18
pub struct Class {
19
/// The first field in a class struct must always be the parent class struct
0 commit comments