Skip to content

Commit

Permalink
Fix compilation if only feature net is enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 committed Oct 12, 2024
1 parent e3b5f8d commit b7f5b77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/net/xfr/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
not(feature = "unstable-xfr"),
doc = " The `unstable-xfr` feature is necessary to enable this module."
)]
#![cfg(feature = "unstable-xfr")]
// #![warn(missing_docs)]
// #![warn(clippy::missing_docs_in_private_items)]
//! XFR related functionality.
Expand Down

0 comments on commit b7f5b77

Please sign in to comment.