Skip to content

Commit

Permalink
Introduce workspace (again) (#2673)
Browse files Browse the repository at this point in the history
* Trying to redo workspace deps again after #2672

* unused

* clippy
  • Loading branch information
domenukk authored and riesentoaster committed Nov 9, 2024
1 parent d38b1c9 commit bb29735
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};
use core::{any::TypeId, fmt, hash::BuildHasherDefault};

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

0 comments on commit bb29735

Please sign in to comment.