Skip to content

Commit

Permalink
buf module should only be enabled when feature io is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jun 26, 2024
1 parent 2a8a05b commit c5b0e8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions edge-mdns/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ use domain::rdata::AllRecordData;

use log::debug;

#[cfg(feature = "io")]
pub mod buf; // TODO: Maybe move to a generic `edge-buf` crate in future
/// Re-export the domain lib if the user would like to directly
/// assemble / parse mDNS messages.
Expand Down

0 comments on commit c5b0e8d

Please sign in to comment.