1
0
Fork 0
mirror of https://github.com/azalea-rs/azalea-hax.git synced 2025-08-02 14:26:05 +00:00

update Cargo.lock

This commit is contained in:
mat 2023-12-06 11:47:26 -06:00
parent 11789465b6
commit 5026040bf4
2 changed files with 459 additions and 404 deletions

861
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -55,7 +55,7 @@ fn anti_knockback(
// :pleading:
#[allow(invalid_reference_casting)]
for event in events
.iter()
.read()
// shhh you didn't see anything
.map(|e| unsafe { &mut *(e as *const KnockbackEvent as *mut KnockbackEvent) })
{