Skip to content

Commit

Permalink
Hide ocaml state behind caml-state feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
crackcomm committed Jul 9, 2024
1 parent 3b637f0 commit 3af77cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ mod custom;
mod fail;
mod printexc;
mod runtime;
#[cfg(feature = "caml-state")]
mod state;
mod tag;

Expand All @@ -51,5 +52,6 @@ pub use memory::*;
pub use mlvalues::*;
pub use printexc::*;
pub use runtime::*;
#[cfg(feature = "caml-state")]
pub use state::*;
pub use tag::*;

0 comments on commit 3af77cf

Please sign in to comment.