aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Sacchini <joey@sacchini.net>2020-10-09 18:44:45 -0400
committerJoey Sacchini <joey@sacchini.net>2020-10-09 18:44:45 -0400
commitc07fc2dc3447b1f1a424f460430abd1e0521243a (patch)
tree0208f96e331f791432d88f240e1bcbabeb16a57e
parentfafe72ac2d97bd5c94ad55bd55526c2dcba9b8ff (diff)
downloadmcproto-rs-c07fc2dc3447b1f1a424f460430abd1e0521243a.tar.gz
mcproto-rs-c07fc2dc3447b1f1a424f460430abd1e0521243a.tar.bz2
mcproto-rs-c07fc2dc3447b1f1a424f460430abd1e0521243a.zip
force impl sync despite Cell
-rw-r--r--src/v1_15_2.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/v1_15_2.rs b/src/v1_15_2.rs
index ffc8490..1565485 100644
--- a/src/v1_15_2.rs
+++ b/src/v1_15_2.rs
@@ -3099,6 +3099,8 @@ impl PartialEq for LightingData {
}
}
+unsafe impl Sync for LightingData {}
+
#[cfg(test)]
impl LightingData {
fn gen_random_mask() -> i32 {