From 1604a284c6ce313e8b429eeb888f398a8b0ba18e Mon Sep 17 00:00:00 2001 From: Ben Leadbetter Date: Wed, 8 May 2024 18:48:28 +0200 Subject: [PATCH] fix: hide some private types --- src/flex_data/mod.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/flex_data/mod.rs b/src/flex_data/mod.rs index c0e6091..287d979 100644 --- a/src/flex_data/mod.rs +++ b/src/flex_data/mod.rs @@ -770,7 +770,7 @@ pub use set_key_signature::{SetKeySignature, SharpsFlats as SetKeySignatureSharp pub use set_metronome::*; pub use set_tempo::*; pub use set_time_signature::*; -pub use tonic::*; +pub use tonic::Tonic; pub use unknown_metadata_text::*; pub use unknown_performance_text::*; @@ -898,7 +898,7 @@ pub trait FlexDataMessage: crate::traits::Data { } } -pub struct StatusProperty; +struct StatusProperty; impl Property for StatusProperty { type Type = (); @@ -936,7 +936,7 @@ impl WriteProperty for StatusProperty; +struct BankProperty; impl Property for BankProperty { type Type = ();