Skip to content

Commit

Permalink
fix merge conflict screwup
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoldbaum committed Nov 4, 2024
1 parent 371ce0c commit e38676c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyo3-macros-backend/src/module.rs
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ fn module_initialization(
#[doc(hidden)]
#[export_name = #pyinit_symbol]
pub unsafe extern "C" fn __pyo3_init() -> *mut #pyo3_path::ffi::PyObject {
unsafe #pyo3_path::impl_::trampoline::module_init(|py| _PYO3_DEF.make_module(py, #gil_used))
unsafe { #pyo3_path::impl_::trampoline::module_init(|py| _PYO3_DEF.make_module(py, #gil_used)) }
}
});
}
Expand Down

0 comments on commit e38676c

Please sign in to comment.