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