Skip to content

Commit 682ecea

Browse files
quick fix to sdk to fix warnings (#1224)
1 parent bec3d51 commit 682ecea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pgml-sdks/pgml/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ use tracing::Level;
1313
use tracing_subscriber::FmtSubscriber;
1414

1515
mod builtins;
16+
#[cfg(any(feature = "python", feature = "javascript"))]
1617
mod cli;
1718
mod collection;
1819
mod filter_builder;

0 commit comments

Comments
 (0)