mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-18 09:35:50 +00:00
fix: remove double similar use on minecraft mod
This commit is contained in:
parent
adb2109aea
commit
a3740c5424
1 changed files with 0 additions and 1 deletions
|
|
@ -3,6 +3,5 @@ pub mod protocol;
|
|||
/// All types used by the implementation.
|
||||
pub mod types;
|
||||
|
||||
pub use protocol::*;
|
||||
pub use protocol::*;
|
||||
pub use types::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue