File tree 21 files changed +21
-24
lines changed
21 files changed +21
-24
lines changed Original file line number Diff line number Diff line change 5
5
html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg"
6
6
) ]
7
7
#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
8
- #![ warn( missing_docs, rust_2018_idioms ) ]
8
+ #![ warn( missing_docs) ]
9
9
#![ forbid( unsafe_code) ]
10
10
11
11
pub use digest:: { self , Digest } ;
Original file line number Diff line number Diff line change 6
6
) ]
7
7
#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
8
8
#![ allow( unexpected_cfgs) ] // `simd` feature is broken
9
- #![ warn( missing_docs, rust_2018_idioms ) ]
9
+ #![ warn( missing_docs) ]
10
10
#![ cfg_attr( feature = "simd" , feature( platform_intrinsics, repr_simd) ) ]
11
11
#![ cfg_attr( feature = "simd" , allow( incomplete_features) ) ]
12
12
Original file line number Diff line number Diff line change 6
6
) ]
7
7
#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
8
8
#![ forbid( unsafe_code) ]
9
- #![ warn( missing_docs, rust_2018_idioms ) ]
9
+ #![ warn( missing_docs) ]
10
10
#![ allow( non_snake_case) ]
11
11
12
12
#[ macro_use]
Original file line number Diff line number Diff line change 5
5
html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg"
6
6
) ]
7
7
#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
8
- #![ warn( missing_docs, rust_2018_idioms ) ]
8
+ #![ warn( missing_docs) ]
9
9
#![ forbid( unsafe_code) ]
10
10
11
11
#[ cfg( feature = "std" ) ]
Original file line number Diff line number Diff line change 6
6
) ]
7
7
#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
8
8
#![ forbid( unsafe_code) ]
9
- #![ warn( rust_2018_idioms ) ]
9
+ #![ warn( missing_docs ) ]
10
10
11
11
pub use digest:: { self , Digest } ;
12
12
Original file line number Diff line number Diff line change 5
5
html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg"
6
6
) ]
7
7
#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
8
- #![ warn( missing_docs, rust_2018_idioms ) ]
8
+ #![ warn( missing_docs) ]
9
9
10
10
mod compressor;
11
11
mod consts;
Original file line number Diff line number Diff line change 6
6
) ]
7
7
#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
8
8
#![ forbid( unsafe_code) ]
9
- #![ warn( missing_docs, rust_2018_idioms ) ]
9
+ #![ warn( missing_docs) ]
10
10
11
11
pub use digest;
12
12
Original file line number Diff line number Diff line change 6
6
) ]
7
7
#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
8
8
#![ forbid( unsafe_code) ]
9
- #![ warn( missing_docs, rust_2018_idioms ) ]
9
+ #![ warn( missing_docs) ]
10
10
11
11
pub use digest:: { self , Digest } ;
12
12
Original file line number Diff line number Diff line change 6
6
) ]
7
7
#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
8
8
#![ forbid( unsafe_code) ]
9
- #![ warn( rust_2018_idioms ) ]
9
+ #![ warn( missing_docs ) ]
10
10
11
11
pub use digest:: { self , Digest } ;
12
12
Original file line number Diff line number Diff line change 5
5
html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg"
6
6
) ]
7
7
#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
8
- #![ warn( missing_docs, rust_2018_idioms ) ]
8
+ #![ warn( missing_docs) ]
9
9
10
10
pub use digest:: { self , Digest } ;
11
11
Original file line number Diff line number Diff line change 6
6
) ]
7
7
#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
8
8
#![ forbid( unsafe_code) ]
9
- #![ warn( missing_docs, rust_2018_idioms ) ]
9
+ #![ warn( missing_docs) ]
10
10
11
11
pub use digest:: { self , Digest } ;
12
12
Original file line number Diff line number Diff line change 5
5
html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg"
6
6
) ]
7
7
#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
8
- #![ warn( missing_docs, rust_2018_idioms ) ]
8
+ #![ warn( missing_docs) ]
9
9
10
10
//! Collision checked Sha1.
11
11
//!
Original file line number Diff line number Diff line change 5
5
html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg"
6
6
) ]
7
7
#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
8
- #![ warn( missing_docs, rust_2018_idioms ) ]
8
+ #![ warn( missing_docs) ]
9
9
10
10
pub use digest:: { self , Digest } ;
11
11
Original file line number Diff line number Diff line change 5
5
html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg"
6
6
) ]
7
7
#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
8
- #![ warn( missing_docs, rust_2018_idioms ) ]
8
+ #![ warn( missing_docs) ]
9
9
#![ cfg_attr(
10
10
any( sha2_backend = "riscv-zknh" , sha2_backend = "riscv-zknh-compact" ) ,
11
11
feature( riscv_ext_intrinsics)
Original file line number Diff line number Diff line change 6
6
) ]
7
7
#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
8
8
#![ forbid( unsafe_code) ]
9
- #![ warn( missing_docs, rust_2018_idioms ) ]
9
+ #![ warn( missing_docs) ]
10
10
11
11
pub use digest:: { self , Digest } ;
12
12
Original file line number Diff line number Diff line change 6
6
) ]
7
7
#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
8
8
#![ forbid( unsafe_code) ]
9
- #![ warn( missing_docs, rust_2018_idioms) ]
10
-
11
- #[ cfg( feature = "std" ) ]
12
- extern crate std;
9
+ #![ warn( missing_docs) ]
13
10
14
11
#[ rustfmt:: skip]
15
12
mod consts;
Original file line number Diff line number Diff line change 5
5
html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg"
6
6
) ]
7
7
#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
8
- #![ warn( missing_docs, rust_2018_idioms ) ]
8
+ #![ warn( missing_docs) ]
9
9
#![ deny( unsafe_code) ]
10
10
11
11
pub use digest:: { self , Digest , consts} ;
Original file line number Diff line number Diff line change 6
6
) ]
7
7
#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
8
8
#![ forbid( unsafe_code) ]
9
- #![ warn( missing_docs, rust_2018_idioms ) ]
9
+ #![ warn( missing_docs) ]
10
10
11
11
pub use digest:: { self , Digest } ;
12
12
Original file line number Diff line number Diff line change 6
6
) ]
7
7
#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
8
8
#![ forbid( unsafe_code) ]
9
- #![ warn( missing_docs, rust_2018_idioms ) ]
9
+ #![ warn( missing_docs) ]
10
10
11
11
#[ cfg( feature = "std" ) ]
12
12
extern crate std;
Original file line number Diff line number Diff line change 5
5
html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg"
6
6
) ]
7
7
#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
8
- #![ warn( missing_docs, rust_2018_idioms ) ]
8
+ #![ warn( missing_docs) ]
9
9
10
10
pub use digest:: { self , Digest } ;
11
11
Original file line number Diff line number Diff line change 6
6
) ]
7
7
#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
8
8
#![ deny( unsafe_code) ]
9
- #![ warn( missing_docs, rust_2018_idioms ) ]
9
+ #![ warn( missing_docs) ]
10
10
11
11
pub use digest:: { self , Digest } ;
12
12
You can’t perform that action at this time.
0 commit comments