No break, only fix (#644)

This commit is contained in:
Dominik Maier 2022-05-22 18:54:14 +02:00 committed by GitHub
parent 7d2892a42f
commit f3fd6caf0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ use crate::{
}; };
#[repr(C)] #[repr(C)]
#[derive(PartialEq, Clone, Copy)] #[derive(Clone, Copy, PartialEq, Eq)]
struct FatPtr(*const c_void, *const c_void); struct FatPtr(*const c_void, *const c_void);
// all kinds of hooks // all kinds of hooks