File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 55 html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg"
66) ]
77#![ forbid( unsafe_code) ]
8- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
8+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
99#![ warn( missing_debug_implementations, missing_docs, rust_2018_idioms) ]
1010
1111pub use cipher;
Original file line number Diff line number Diff line change 9696 html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg"
9797) ]
9898#![ forbid( unsafe_code) ]
99- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
99+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
100100#![ warn( missing_debug_implementations, missing_docs, rust_2018_idioms) ]
101101
102102mod decrypt;
Original file line number Diff line number Diff line change 6060 html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg"
6161) ]
6262#![ forbid( unsafe_code) ]
63- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
63+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
6464#![ warn( missing_debug_implementations, missing_docs, rust_2018_idioms) ]
6565
6666mod decrypt;
Original file line number Diff line number Diff line change 6060 html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg"
6161) ]
6262#![ forbid( unsafe_code) ]
63- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
63+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
6464#![ warn( missing_debug_implementations, missing_docs, rust_2018_idioms) ]
6565
6666mod decrypt;
Original file line number Diff line number Diff line change 6464 html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg"
6565) ]
6666#![ forbid( unsafe_code) ]
67- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
67+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
6868#![ warn( missing_debug_implementations, missing_docs, rust_2018_idioms) ]
6969
7070mod ctr_core;
Original file line number Diff line number Diff line change 9595 html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg"
9696) ]
9797#![ forbid( unsafe_code) ]
98- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
98+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
9999#![ warn( missing_debug_implementations, missing_docs, rust_2018_idioms) ]
100100
101101mod decrypt;
Original file line number Diff line number Diff line change 6262 html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg"
6363) ]
6464#![ forbid( unsafe_code) ]
65- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
65+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
6666#![ warn( missing_debug_implementations, missing_docs, rust_2018_idioms) ]
6767
6868use cipher:: {
Original file line number Diff line number Diff line change 9696 html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg"
9797) ]
9898#![ forbid( unsafe_code) ]
99- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
99+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
100100#![ warn( missing_debug_implementations, missing_docs, rust_2018_idioms) ]
101101
102102mod decrypt;
You can’t perform that action at this time.
0 commit comments