1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00

pub use tag::* in azalea-nbt

This commit is contained in:
mat 2023-07-20 06:40:33 -05:00
parent 5062a8c8cd
commit 7959a18001

View file

@ -7,7 +7,7 @@ mod error;
mod tag;
pub use error::Error;
pub use tag::{Nbt, NbtCompound, NbtList};
pub use tag::*;
#[cfg(test)]
mod tests {