File tree Expand file tree Collapse file tree 3 files changed +7431
-2
lines changed Expand file tree Collapse file tree 3 files changed +7431
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ version = "0.2.0-alpha.1"
63
63
missing_docs = " warn"
64
64
unreachable_pub = " warn"
65
65
rust_2021_compatibility = { level = " warn" , priority = -1 }
66
- unexpected_cfgs = { level = " warn" , check-cfg = [' cfg(coverage )' ] }
66
+ unexpected_cfgs = { level = " warn" , check-cfg = [' cfg(coverage_nightly )' ] }
67
67
68
68
[workspace .lints .clippy ]
69
69
pedantic = " warn"
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ impl MyContract { }
46
46
) ]
47
47
#![ cfg_attr( not( feature = "std" ) , no_std, no_main) ]
48
48
#![ deny( rustdoc:: broken_intra_doc_links) ]
49
- #![ feature( coverage_attribute) ]
49
+ #![ cfg_attr ( coverage_nightly , feature( coverage_attribute) ) ]
50
50
extern crate alloc;
51
51
52
52
pub mod access;
You can’t perform that action at this time.
0 commit comments