Skip to content

Commit 35ecf29

Browse files
authored
Remove re-exports that are part of existing bitflags types. (#95)
Closes #94.
1 parent d84cfb1 commit 35ecf29

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ mod util;
5858
// re-export fundamental constants that
5959
// we can't live without
6060
pub use bindings::TSK_NODE_IS_SAMPLE;
61-
pub use bindings::TSK_NO_BUILD_INDEXES;
62-
pub use bindings::TSK_SAMPLE_LISTS;
6361

6462
// re-export types, too
6563
pub use bindings::tsk_flags_t;

0 commit comments

Comments
 (0)