File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4
4
html_logo_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo.svg" ,
5
5
html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo.svg"
6
6
) ]
7
- #![ warn( missing_docs, rust_2018_idioms , unused_qualifications) ]
7
+ #![ warn( missing_docs, unused_qualifications) ]
8
8
9
9
//! ## Usage
10
10
//!
Original file line number Diff line number Diff line change 38
38
html_logo_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg" ,
39
39
html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg"
40
40
) ]
41
- #![ warn( missing_docs, rust_2018_idioms ) ]
41
+ #![ warn( missing_docs) ]
42
42
43
43
pub use hybrid_array as array;
44
44
Original file line number Diff line number Diff line change 8
8
html_logo_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg" ,
9
9
html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg"
10
10
) ]
11
- #![ warn( missing_docs, rust_2018_idioms ) ]
11
+ #![ warn( missing_docs) ]
12
12
13
13
pub use hybrid_array as array;
14
14
Original file line number Diff line number Diff line change 4
4
html_logo_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo.svg" ,
5
5
html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo.svg"
6
6
) ]
7
- #![ warn( missing_docs, rust_2018_idioms , unused_qualifications) ]
7
+ #![ warn( missing_docs, unused_qualifications) ]
8
8
9
9
#[ cfg( not( miri) ) ]
10
10
#[ cfg( target_arch = "aarch64" ) ]
Original file line number Diff line number Diff line change 8
8
) ]
9
9
#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
10
10
#![ allow( clippy:: needless_lifetimes) ]
11
- #![ warn( missing_docs, rust_2018_idioms ) ]
11
+ #![ warn( missing_docs) ]
12
12
13
13
#[ cfg( feature = "block-padding" ) ]
14
14
pub use block_padding;
Original file line number Diff line number Diff line change 4
4
html_logo_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg" ,
5
5
html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg"
6
6
) ]
7
- #![ warn( missing_docs, rust_2018_idioms , unused_qualifications) ]
7
+ #![ warn( missing_docs, unused_qualifications) ]
8
8
9
9
//! Securely zero memory with a simple trait ([`Zeroize`]) built on stable Rust
10
10
//! primitives which guarantee the operation will not be "optimized away".
Original file line number Diff line number Diff line change 2
2
3
3
#![ crate_type = "proc-macro" ]
4
4
#![ forbid( unsafe_code) ]
5
- #![ warn( rust_2018_idioms , trivial_casts, unused_qualifications) ]
5
+ #![ warn( trivial_casts, unused_qualifications) ]
6
6
7
7
use proc_macro2:: { Ident , TokenStream } ;
8
8
use quote:: { format_ident, quote} ;
You can’t perform that action at this time.
0 commit comments