Skip to content

Commit 353a2c5

Browse files
authored
Delete unused type (#124)
1 parent bb6a151 commit 353a2c5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

core/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
pub mod read;
22
pub mod write;
33

4-
/// The context used for serialization.
5-
pub type ContextPtr = *mut std::ffi::c_void;
6-
74
pub type InternedStringId = usize;

0 commit comments

Comments
 (0)