Skip to content

Commit

Permalink
zeroed moved to another module
Browse files Browse the repository at this point in the history
  • Loading branch information
asterite committed Aug 19, 2024
1 parent b62b53a commit 55baef2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use crate::state_vars::{
shared_mutable::{scheduled_value_change::ScheduledValueChange, scheduled_delay_change::ScheduledDelayChange}
};
use crate::oracle::storage::storage_read;
use dep::std::unsafe::zeroed;
use dep::std::mem::zeroed;

mod test;

Expand Down

0 comments on commit 55baef2

Please sign in to comment.