Skip to content

Commit

Permalink
Added some feature gates
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhakansson committed Mar 16, 2024
1 parent 062f378 commit f9b39f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/df/dfs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3923,7 +3923,11 @@ df_88591_string_with_len!(

//Data fields specific to one message

#[cfg(feature = "msg1029")]
pub mod df_msg1029_utf8_str;
#[cfg(feature = "msg1059")]
pub mod df_msg1059_biases;
#[cfg(feature = "msg1065")]
pub mod df_msg1065_biases;
#[cfg(feature = "msg1230")]
pub mod df_msg1230_biases;

0 comments on commit f9b39f1

Please sign in to comment.