Skip to content

Commit

Permalink
Replace u32 with core::num::NonZeroU32
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed May 27, 2021
1 parent 9ee4671 commit 07afb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/env/src/engine/on_chain/ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ mod sys {
);

pub fn seal_rent_status(
at_refcount: u32,
at_refcount: core::num::NonZeroU32,
output_ptr: Ptr32Mut<[u8]>,
output_len_ptr: Ptr32Mut<u32>,
);
Expand Down

0 comments on commit 07afb67

Please sign in to comment.