Skip to content

Commit 6114d2b

Browse files
authored
Change ffi to private visibility. (#241)
1 parent b531051 commit 6114d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ pub mod bindings;
7979
mod _macros; // Starts w/_ to be sorted at front by rustfmt!
8080
mod edge_table;
8181
pub mod error;
82-
pub mod ffi;
82+
mod ffi;
8383
mod flags;
8484
mod individual_table;
8585
pub mod metadata;

0 commit comments

Comments
 (0)