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:
parent
5062a8c8cd
commit
7959a18001
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue