Skip to content

Commit

Permalink
Replace addr_of with &raw across the codebase (#2669)
Browse files Browse the repository at this point in the history
* Replace addr_of with &raw across the codebase

* fix fixes

* more fix

* undo clang fmt?

* oops

* fix?

* allocator fix

* more fix

* more more

* more docs

* more fix

* mas mas mas

* hm

* more

* fix Frida

* needed

* more error

* qemu
  • Loading branch information
domenukk authored and riesentoaster committed Nov 9, 2024
1 parent c5cc84e commit 4e67bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libafl_bolts/src/serdeany.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ pub mod serdeany_registry {
boxed::Box,
string::{String, ToString},
};
use core::{any::TypeId, fmt, hash::BuildHasherDefault};
use core::{any::TypeId, fmt};

use hashbrown::{
hash_map::{Values, ValuesMut},
Expand Down

0 comments on commit 4e67bd5

Please sign in to comment.