Skip to content

Commit 737dbcb

Browse files
phessophissykayabaNerve
authored andcommitted
fix: remove duplicate docsrs cfg_attr lines
1 parent c24768f commit 737dbcb

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

  • common/env/src
  • substrate/in-instructions/pallet/src

common/env/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#![cfg_attr(docsrs, feature(doc_cfg))]
2-
#![cfg_attr(docsrs, feature(doc_cfg))]
32

43
// Obtain a variable from the Serai environment/secret store.
54
pub fn var(variable: &str) -> Option<String> {

substrate/in-instructions/pallet/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#![cfg_attr(docsrs, feature(doc_cfg))]
2-
#![cfg_attr(docsrs, feature(doc_cfg))]
32
#![cfg_attr(not(feature = "std"), no_std)]
43

54
use sp_io::hashing::blake2_256;

0 commit comments

Comments
 (0)