Skip to content

Commit

Permalink
Removes unsafe from stylus_get_asm_size_estimate_bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoximenes committed Aug 22, 2024
1 parent b90c32a commit 8b03bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arbitrator/stylus/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ pub extern "C" fn stylus_clear_lru_cache() {
/// Gets asm estimate size.
/// Only used for testing purposes.
#[no_mangle]
pub unsafe extern "C" fn stylus_get_asm_size_estimate_bytes(
pub extern "C" fn stylus_get_asm_size_estimate_bytes(
module: GoSliceData,
version: u16,
debug: bool,
Expand Down

0 comments on commit 8b03bf7

Please sign in to comment.