diff options
| author | mat <github@matdoes.dev> | 2022-01-03 00:14:41 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-01-03 00:14:41 -0600 |
| commit | 96eba2b39a596dd19c29a93aaa3b5bb9b700ba62 (patch) | |
| tree | 9a585864e81fd01da15bdc9ca5e4e3e7a69eb1f4 /azalea-core/src/lib.rs | |
| parent | 394f996df27bedc68be6c1f9e9764e8f78ba6282 (diff) | |
| download | azalea-drasl-96eba2b39a596dd19c29a93aaa3b5bb9b700ba62.tar.xz | |
difficulty packet
Diffstat (limited to 'azalea-core/src/lib.rs')
| -rw-r--r-- | azalea-core/src/lib.rs | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/azalea-core/src/lib.rs b/azalea-core/src/lib.rs index 887d1686..cdf07c43 100644 --- a/azalea-core/src/lib.rs +++ b/azalea-core/src/lib.rs @@ -1,14 +1,6 @@ //! Random miscellaneous things like UUIDs that don't deserve their own crate. +pub mod difficulty; pub mod game_type; pub mod resource_location; pub mod serializable_uuid; - -#[cfg(test)] -mod tests { - #[test] - fn it_works() { - let result = 2 + 2; - assert_eq!(result, 4); - } -} |
