aboutsummaryrefslogtreecommitdiff
path: root/azalea-core/src/lib.rs
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-01-03 00:14:41 -0600
committermat <github@matdoes.dev>2022-01-03 00:14:41 -0600
commit96eba2b39a596dd19c29a93aaa3b5bb9b700ba62 (patch)
tree9a585864e81fd01da15bdc9ca5e4e3e7a69eb1f4 /azalea-core/src/lib.rs
parent394f996df27bedc68be6c1f9e9764e8f78ba6282 (diff)
downloadazalea-drasl-96eba2b39a596dd19c29a93aaa3b5bb9b700ba62.tar.xz
difficulty packet
Diffstat (limited to 'azalea-core/src/lib.rs')
-rw-r--r--azalea-core/src/lib.rs10
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);
- }
-}