We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c24768f commit 737dbcbCopy full SHA for 737dbcb
2 files changed
common/env/src/lib.rs
@@ -1,5 +1,4 @@
1
#![cfg_attr(docsrs, feature(doc_cfg))]
2
-#![cfg_attr(docsrs, feature(doc_cfg))]
3
4
// Obtain a variable from the Serai environment/secret store.
5
pub fn var(variable: &str) -> Option<String> {
substrate/in-instructions/pallet/src/lib.rs
#![cfg_attr(not(feature = "std"), no_std)]
use sp_io::hashing::blake2_256;
0 commit comments