File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11#![ no_std]
2- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
2+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
33#![ doc = include_str ! ( "../README.md" ) ]
44#![ doc(
55 html_logo_url = "https://raw.githubusercontent.com/RustCrypto/media/8f1a9894/logo.svg" ,
Original file line number Diff line number Diff line change 11#![ no_std]
2- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
2+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
33#![ doc = include_str ! ( "../README.md" ) ]
44#![ doc( html_logo_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo_small.png" ) ]
55#![ allow( non_snake_case) ]
Original file line number Diff line number Diff line change 11#![ no_std]
2- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
2+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
33#![ doc = include_str ! ( "../README.md" ) ]
44#![ doc( html_logo_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo_small.png" ) ]
55#![ allow( non_snake_case) ]
Original file line number Diff line number Diff line change 44 html_logo_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo.svg" ,
55 html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo.svg"
66) ]
7- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
7+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
88#![ warn( clippy:: pedantic) ] // Be pedantic by default
99#![ warn( clippy:: integer_division_remainder_used) ] // Be judicious about using `/` and `%`
1010#![ warn( clippy:: as_conversions) ] // Use proper conversions, not `as`
You can’t perform that action at this time.
0 commit comments