We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf49b2 commit db32595Copy full SHA for db32595
contracts/crypto-kitties/common/random/src/lib.rs
@@ -1,5 +1,5 @@
1
#![no_std]
2
-
+#[allow(static_mut_refs)]
3
use multiversx_sc::{api::ManagedTypeApi, types::ManagedByteArray};
4
5
const SEED_SIZE: usize = 48;
0 commit comments