Remove an unsafe

This commit is contained in:
konstin 2019-07-21 14:08:26 +02:00
parent 58e17be1a6
commit a4ed4543d1
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ mod typeobject {
impl Default for PyNumberMethods {
#[inline]
fn default() -> Self {
unsafe { mem::zeroed() }
PyNumberMethods_INIT
}
}
macro_rules! as_expr {