File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44 html_favicon_url = "https://raw.githubusercontent.com/alloy-rs/core/main/assets/favicon.ico"
55) ]
66#![ cfg_attr( not( test) , warn( unused_crate_dependencies) ) ]
7- #![ cfg_attr( docsrs, feature( doc_cfg, doc_auto_cfg ) ) ]
7+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
88#![ cfg_attr( not( feature = "std" ) , no_std) ]
99
1010#[ cfg( not( feature = "std" ) ) ]
Original file line number Diff line number Diff line change 11//! Alloy Evm API for Scroll.
22
33#![ cfg_attr( not( test) , warn( unused_crate_dependencies) ) ]
4- #![ cfg_attr( docsrs, feature( doc_cfg, doc_auto_cfg ) ) ]
4+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
55#![ cfg_attr( not( feature = "std" ) , no_std) ]
66
77mod block;
Original file line number Diff line number Diff line change 11#![ doc = include_str ! ( "../README.md" ) ]
22#![ cfg_attr( not( test) , warn( unused_crate_dependencies) ) ]
3- #![ cfg_attr( docsrs, feature( doc_cfg, doc_auto_cfg ) ) ]
3+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
44
55use alloy_consensus:: { TxEnvelope , TxType , TypedTransaction } ;
66pub use alloy_network:: * ;
Original file line number Diff line number Diff line change 44 html_favicon_url = "https://raw.githubusercontent.com/alloy-rs/core/main/assets/favicon.ico"
55) ]
66#![ cfg_attr( not( test) , warn( unused_crate_dependencies) ) ]
7- #![ cfg_attr( docsrs, feature( doc_cfg, doc_auto_cfg ) ) ]
7+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
88#![ cfg_attr( not( any( test, feature = "std" ) ) , no_std) ]
99
1010mod receipt;
Original file line number Diff line number Diff line change 55 html_favicon_url = "https://avatars0.githubusercontent.com/u/97369466?s=256" ,
66 issue_tracker_base_url = "https://github.com/paradigmxyz/reth/issues/"
77) ]
8- #![ cfg_attr( docsrs, feature( doc_cfg, doc_auto_cfg ) ) ]
8+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
99#![ cfg_attr( not( feature = "std" ) , no_std) ]
1010
1111use alloc:: { boxed:: Box , vec, vec:: Vec } ;
Original file line number Diff line number Diff line change 66 issue_tracker_base_url = "https://github.com/scroll-tech/reth/issues/"
77) ]
88#![ cfg_attr( not( test) , warn( unused_crate_dependencies) ) ]
9- #![ cfg_attr( docsrs, feature( doc_cfg, doc_auto_cfg ) ) ]
9+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
1010#![ cfg_attr( not( feature = "std" ) , no_std) ]
1111
1212use once_cell as _;
You can’t perform that action at this time.
0 commit comments