Stop exporting lightning::ln::features

Now that the module only contains some implementations of
serialization for the `lightning_types::features` structs, there's
no reason for it to be public.
This commit is contained in:
Matt Corallo 2024-10-17 19:38:19 +00:00
parent 57dcc7d762
commit b5b38603fd

View File

@ -21,7 +21,7 @@ pub mod inbound_payment;
pub mod msgs;
pub mod peer_handler;
pub mod chan_utils;
pub mod features;
mod features;
pub mod script;
pub mod types;