do not use pub pointers mod

This commit is contained in:
Nikolay Kim 2017-06-15 10:36:41 -07:00
parent 77c09dc094
commit ac0594a5b2
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ pub mod ffi {
pub use ffi::{Py_ssize_t, Py_hash_t};
pub mod pointers;
mod pointers;
pub use pointers::PyPtr;
mod token;