Remove an unsafe
This commit is contained in:
parent
58e17be1a6
commit
a4ed4543d1
|
@ -299,7 +299,7 @@ mod typeobject {
|
|||
impl Default for PyNumberMethods {
|
||||
#[inline]
|
||||
fn default() -> Self {
|
||||
unsafe { mem::zeroed() }
|
||||
PyNumberMethods_INIT
|
||||
}
|
||||
}
|
||||
macro_rules! as_expr {
|
||||
|
|
Loading…
Reference in New Issue