Skip to content

Commit

Permalink
Proto
Browse files Browse the repository at this point in the history
  • Loading branch information
gatesn committed May 8, 2024
1 parent bc32010 commit 9a73b45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vortex-scalar/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ use vortex_error::{vortex_bail, VortexResult};

#[cfg(feature = "proto")]
pub mod proto {
#[allow(clippy::module_inception)]
pub mod scalar {
include!(concat!(env!("OUT_DIR"), "/proto/vortex.scalar.rs"));
}
Expand Down

0 comments on commit 9a73b45

Please sign in to comment.