un-export

This commit is contained in:
Bel LaPointe
2023-12-19 22:19:18 -05:00
parent 73ed522d49
commit 9363975178
4 changed files with 5 additions and 5 deletions

View File

@@ -249,11 +249,11 @@ struct AWhisper {
#[derive(Clone, Debug)]
pub struct Whispered {
pub data: Vec<AWhispered>,
data: Vec<AWhispered>,
}
#[derive(Clone, Debug)]
pub struct AWhispered {
struct AWhispered {
pub data: String,
pub offset: i64,
pub length: i64,