missed a datalog feature (#135)

This commit is contained in:
Alex Ozdemir
2023-01-17 09:49:42 -08:00
committed by GitHub
parent 5f3d2b95fe
commit 62ee97b240

View File

@@ -2,6 +2,7 @@
#[cfg(feature = "c")]
pub mod c;
#[cfg(all(feature = "smt", feature = "datalog"))]
pub mod datalog;
#[cfg(all(feature = "smt", feature = "zok"))]
pub mod zsharp;