File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 55) ]
66#![ cfg_attr( not( test) , warn( unused_crate_dependencies) ) ]
77#![ cfg_attr( not( feature = "std" ) , no_std) ]
8- #![ cfg_attr( docsrs, feature( doc_cfg, doc_auto_cfg ) ) ]
8+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
99
1010#[ doc( inline) ]
1111pub use alloy_primitives as primitives;
Original file line number Diff line number Diff line change 1414) ]
1515#![ cfg_attr( not( test) , warn( unused_crate_dependencies) ) ]
1616#![ cfg_attr( not( feature = "std" ) , no_std) ]
17- #![ cfg_attr( docsrs, feature( doc_cfg, doc_auto_cfg ) ) ]
17+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
1818
1919#[ macro_use]
2020extern crate alloc;
Original file line number Diff line number Diff line change 1414) ]
1515#![ cfg_attr( not( test) , warn( unused_crate_dependencies) ) ]
1616#![ cfg_attr( not( feature = "std" ) , no_std) ]
17- #![ cfg_attr( docsrs, feature( doc_cfg, doc_auto_cfg ) ) ]
17+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
1818#![ allow( clippy:: literal_string_with_formatting_args) ] // TODO: https://github.com/rust-lang/rust-clippy/issues/13885
1919
2020#[ macro_use]
Original file line number Diff line number Diff line change 55/// type-confused for another named `FixedBytes`.
66///
77/// **NOTE:** This macro currently requires:
8- /// - `#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg ))]` at the top level of the crate.
8+ /// - `#![cfg_attr(docsrs, feature(doc_cfg))]` at the top level of the crate.
99/// - The `derive_more` crate in scope.
1010///
1111/// # Examples
Original file line number Diff line number Diff line change 66#![ cfg_attr( not( test) , warn( unused_crate_dependencies) ) ]
77#![ cfg_attr( not( feature = "std" ) , no_std) ]
88#![ cfg_attr( feature = "nightly" , feature( hasher_prefixfree_extras) ) ]
9- #![ cfg_attr( docsrs, feature( doc_cfg, doc_auto_cfg ) ) ]
9+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
1010
1111#[ macro_use]
1212extern crate alloc;
Original file line number Diff line number Diff line change 55) ]
66#![ cfg_attr( not( test) , warn( unused_crate_dependencies) ) ]
77#![ allow( clippy:: missing_const_for_fn, rustdoc:: broken_intra_doc_links) ]
8- #![ cfg_attr( docsrs, feature( doc_cfg, doc_auto_cfg ) ) ]
8+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
99
1010pub mod expand;
1111mod utils;
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
99extern crate syn_solidity as ast;
1010
Original file line number Diff line number Diff line change 1212 html_favicon_url = "https://raw.githubusercontent.com/alloy-rs/core/main/assets/favicon.ico"
1313) ]
1414#![ cfg_attr( not( test) , warn( unused_crate_dependencies) ) ]
15- #![ cfg_attr( docsrs, feature( doc_cfg, doc_auto_cfg ) ) ]
15+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
1616
1717#[ macro_use]
1818extern crate proc_macro_error2;
Original file line number Diff line number Diff line change 55) ]
66#![ cfg_attr( not( test) , warn( unused_crate_dependencies) ) ]
77#![ cfg_attr( not( feature = "std" ) , no_std) ]
8- #![ cfg_attr( docsrs, feature( doc_cfg, doc_auto_cfg ) ) ]
8+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
99
1010#[ macro_use]
1111extern crate alloc;
Original file line number Diff line number Diff line change 55) ]
66#![ cfg_attr( not( test) , warn( unused_crate_dependencies) ) ]
77#![ cfg_attr( not( feature = "std" ) , no_std) ]
8- #![ cfg_attr( docsrs, feature( doc_cfg, doc_auto_cfg ) ) ]
8+ #![ cfg_attr( docsrs, feature( doc_cfg) ) ]
99
1010#[ allow( unused_extern_crates) ]
1111extern crate self as alloy_sol_types;
You can’t perform that action at this time.
0 commit comments