do not derive Debug for GILGuard

This commit is contained in:
Nikolay Kim 2017-06-21 15:17:16 -07:00
parent af663e0f80
commit 397f50571b
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ pub fn prepare_freethreaded_python() {
/// } // GIL is released when gil_guard is dropped
/// ```
#[must_use]
#[derive(Debug)]
pub struct GILGuard {
pos: usize,
gstate: ffi::PyGILState_STATE,