aboutsummaryrefslogtreecommitdiff
path: root/azalea-block/src/lib.rs
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-07-10 23:43:09 -0500
committermat <github@matdoes.dev>2022-07-10 23:43:09 -0500
commitec0b6ec06c1607d7bfc9df2fca220f59c700e07b (patch)
tree2499278bf20badd6b411404a80bbdedc788453dc /azalea-block/src/lib.rs
parent5e3a6066f87b1a03e0303b41cee82103a709b02a (diff)
downloadazalea-drasl-ec0b6ec06c1607d7bfc9df2fca220f59c700e07b.tar.xz
1.19.1-pre4
Diffstat (limited to 'azalea-block/src/lib.rs')
-rw-r--r--azalea-block/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-block/src/lib.rs b/azalea-block/src/lib.rs
index f07b1bce..3eb86a90 100644
--- a/azalea-block/src/lib.rs
+++ b/azalea-block/src/lib.rs
@@ -8,7 +8,7 @@ use std::mem;
impl BlockState {
/// Transmutes a u32 to a block state.
- ///
+ ///
/// # Safety
/// The `state_id` should be a valid block state.
#[inline]