diff options
| author | mat <git@matdoes.dev> | 2023-07-20 06:40:33 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-07-20 06:40:33 -0500 |
| commit | 7959a1800176645ed0bc7aa0021615d7a03d3b1c (patch) | |
| tree | 09a960d10b1f4c93f306e73fae7cab5de0739337 | |
| parent | 5062a8c8cd828e0719f93bf6931949971fed84df (diff) | |
| download | azalea-drasl-7959a1800176645ed0bc7aa0021615d7a03d3b1c.tar.xz | |
pub use tag::* in azalea-nbt
| -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 { |
