Skip to content

Commit

Permalink
Remove re-exports that are part of existing bitflags types. (#95)
Browse files Browse the repository at this point in the history
Closes #94.
  • Loading branch information
molpopgen authored Apr 22, 2021
1 parent d84cfb1 commit 35ecf29
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ mod util;
// re-export fundamental constants that
// we can't live without
pub use bindings::TSK_NODE_IS_SAMPLE;
pub use bindings::TSK_NO_BUILD_INDEXES;
pub use bindings::TSK_SAMPLE_LISTS;

// re-export types, too
pub use bindings::tsk_flags_t;
Expand Down

0 comments on commit 35ecf29

Please sign in to comment.