diff options
| -rwxr-xr-x | azalea-nbt/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-nbt/src/lib.rs b/azalea-nbt/src/lib.rs index fe0c34cb..740bd9e3 100755 --- a/azalea-nbt/src/lib.rs +++ b/azalea-nbt/src/lib.rs @@ -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 { |
