Skip to content

Commit db32595

Browse files
committed
fix clippy
1 parent ebf49b2 commit db32595

File tree

1 file changed

+1
-1
lines changed
  • contracts/crypto-kitties/common/random/src

1 file changed

+1
-1
lines changed

Diff for: contracts/crypto-kitties/common/random/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![no_std]
2-
2+
#[allow(static_mut_refs)]
33
use multiversx_sc::{api::ManagedTypeApi, types::ManagedByteArray};
44

55
const SEED_SIZE: usize = 48;

0 commit comments

Comments
 (0)