File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed
lightning-background-processor/src
lightning-transaction-sync/src Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1313#![ deny( rustdoc:: broken_intra_doc_links) ]
1414#![ deny( rustdoc:: private_intra_doc_links) ]
1515#![ deny( missing_docs) ]
16- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
16+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
1717#![ cfg_attr( all( not( feature = "std" ) , not( test) ) , no_std) ]
1818
1919#[ cfg( any( test, feature = "std" ) ) ]
Original file line number Diff line number Diff line change 1717#![ deny( rustdoc:: private_intra_doc_links) ]
1818#![ deny( missing_docs) ]
1919#![ deny( unsafe_code) ]
20- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
20+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
2121
2222#[ cfg( any( feature = "rest-client" , feature = "rpc-client" ) ) ]
2323pub mod http;
Original file line number Diff line number Diff line change 55#![ deny( non_camel_case_types) ]
66#![ deny( non_snake_case) ]
77#![ deny( unused_mut) ]
8- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
8+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
99#![ cfg_attr( all( not( feature = "std" ) , not( test) ) , no_std) ]
1010
1111//! This crate provides data structures to represent
Original file line number Diff line number Diff line change 4848#![ allow( bare_trait_objects) ]
4949#![ allow( ellipsis_inclusive_range_patterns) ]
5050#![ allow( clippy:: drop_non_drop) ]
51- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
51+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
5252#![ cfg_attr( not( any( test, feature = "std" ) ) , no_std) ]
5353
5454#[ macro_use]
Original file line number Diff line number Diff line change 1616#![ forbid( unsafe_code) ]
1717#![ deny( rustdoc:: broken_intra_doc_links) ]
1818#![ deny( rustdoc:: private_intra_doc_links) ]
19- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
19+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
2020
2121extern crate alloc;
2222
Original file line number Diff line number Diff line change 2525#![ deny( rustdoc:: broken_intra_doc_links) ]
2626#![ deny( rustdoc:: private_intra_doc_links) ]
2727#![ deny( missing_docs) ]
28- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
28+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
2929
3030use bitcoin:: secp256k1:: PublicKey ;
3131
Original file line number Diff line number Diff line change 33#![ deny( rustdoc:: broken_intra_doc_links) ]
44#![ deny( rustdoc:: private_intra_doc_links) ]
55#![ deny( missing_docs) ]
6- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
6+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
77
88#[ cfg( ldk_bench) ]
99extern crate criterion;
Original file line number Diff line number Diff line change 6969#![ deny( rustdoc:: private_intra_doc_links) ]
7070#![ deny( missing_docs) ]
7171#![ deny( unsafe_code) ]
72- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
72+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
7373
7474#[ cfg( any( feature = "esplora-blocking" , feature = "esplora-async" ) ) ]
7575mod esplora;
Original file line number Diff line number Diff line change 1818#![ forbid( unsafe_code) ]
1919#![ deny( rustdoc:: broken_intra_doc_links) ]
2020#![ deny( rustdoc:: private_intra_doc_links) ]
21- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
21+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
2222
2323extern crate alloc;
2424extern crate core;
Original file line number Diff line number Diff line change 3737// that don't do anything but annoy us and cant actually ever be resolved.
3838#![ allow( bare_trait_objects) ]
3939#![ allow( ellipsis_inclusive_range_patterns) ]
40- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
40+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
4141#![ cfg_attr( all( not( feature = "std" ) , not( test) ) , no_std) ]
4242
4343#[ cfg( all( fuzzing, test) ) ]
You can’t perform that action at this time.
0 commit comments