File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 118118//! [`EFI_BLOCK_IO_PROTOCOL`]: https://uefi.org/specs/UEFI/2.10/13_Protocols_Media_Access.html#block-i-o-protocol
119119
120120#![ cfg_attr( not( feature = "std" ) , no_std) ]
121- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
121+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
122122#![ warn( missing_docs) ]
123123#![ warn( trivial_casts) ]
124124#![ warn( trivial_numeric_casts) ]
Original file line number Diff line number Diff line change 8585//! ```
8686
8787#![ no_std]
88- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
88+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
8989#![ warn( missing_copy_implementations) ]
9090#![ warn( missing_debug_implementations) ]
9191#![ warn( missing_docs) ]
Original file line number Diff line number Diff line change 8383//! ```
8484
8585#![ no_std]
86- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
86+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
8787#![ warn( missing_copy_implementations) ]
8888#![ warn( missing_debug_implementations) ]
8989#![ warn( missing_docs) ]
You can’t perform that action at this time.
0 commit comments