File tree Expand file tree Collapse file tree 11 files changed +0
-19
lines changed
Expand file tree Collapse file tree 11 files changed +0
-19
lines changed Original file line number Diff line number Diff line change 1313#![ cfg( feature = "alloc" ) ]
1414#![ no_std]
1515// Experimental features we need.
16- #![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
1716#![ doc( test( attr( warn( unused) ) ) ) ]
1817// Coding conventions.
1918#![ warn( deprecated_in_future) ]
Original file line number Diff line number Diff line change 88#![ cfg( feature = "alloc" ) ]
99#![ no_std]
1010// Experimental features we need.
11- #![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
1211#![ cfg_attr( bench, feature( test) ) ]
1312// Coding conventions.
1413#![ warn( missing_docs) ]
Original file line number Diff line number Diff line change 2525
2626#![ cfg_attr( all( not( feature = "std" ) , not( test) ) , no_std) ]
2727// Experimental features we need.
28- #![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
2928#![ cfg_attr( docsrs, feature( doc_notable_trait) ) ]
3029// Coding conventions.
3130#![ warn( missing_docs) ]
Original file line number Diff line number Diff line change 66//! to form an authenticated encryption with additional data (AEAD) algorithm.
77
88#![ no_std]
9- // Experimental features we need.
10- #![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
119// Coding conventions.
1210#![ warn( missing_docs) ]
1311#![ warn( deprecated_in_future) ]
Original file line number Diff line number Diff line change 77//!
88
99#![ no_std]
10- // Experimental features we need.
11- #![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
1210// Coding conventions.
1311#![ warn( missing_docs) ]
1412#![ warn( deprecated_in_future) ]
Original file line number Diff line number Diff line change 5151//! ```
5252
5353#![ no_std]
54- // Experimental features we need.
55- #![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
5654// Coding conventions.
5755#![ warn( missing_docs) ]
5856#![ warn( deprecated_in_future) ]
Original file line number Diff line number Diff line change 66//! [rust-bitcoin](https://github.com/rust-bitcoin) ecosystem.
77
88#![ no_std]
9- // Experimental features we need.
10- #![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
119// Coding conventions.
1210#![ warn( missing_docs) ]
1311#![ warn( deprecated_in_future) ]
Original file line number Diff line number Diff line change 1414//! `github.com/rust-bitcoin/rust-bitcoin/bitcoin/examples/` directory.
1515
1616#![ cfg_attr( not( feature = "std" ) , no_std) ]
17- // Experimental features we need.
18- #![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
1917// Coding conventions.
2018#![ warn( missing_docs) ]
2119#![ doc( test( attr( warn( unused) ) ) ) ]
Original file line number Diff line number Diff line change 33//! Rust Bitcoin Peer to Peer Message Types
44
55#![ no_std]
6- // Experimental features we need.
7- #![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
86// Coding conventions.
97#![ warn( missing_docs) ]
108#![ warn( deprecated_in_future) ]
Original file line number Diff line number Diff line change 1313//! [`rust-bitcoin`]: <https://github.com/rust-bitcoin>
1414
1515#![ no_std]
16- // Experimental features we need.
17- #![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
1816// Coding conventions.
1917#![ warn( missing_docs) ]
2018#![ warn( deprecated_in_future) ]
You can’t perform that action at this time.
0 commit comments