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//! Cranelift code generation library.
22#![ deny( missing_docs) ]
33// Display feature requirements in the documentation when building on docs.rs
4- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
4+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
55#![ no_std]
66// Various bits and pieces of this crate might only be used for one platform or
77// another, but it's not really too useful to learn about that all the time. On
Original file line number Diff line number Diff line change 1- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
1+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
22
33//! # Wasmtime's WASI Implementation
44//!
Original file line number Diff line number Diff line change 279279#![ deny( missing_docs) ]
280280#![ doc( test( attr( deny( warnings) ) ) ) ]
281281#![ doc( test( attr( allow( dead_code, unused_variables, unused_mut) ) ) ) ]
282- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
282+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
283283// NB: this list is currently being burned down to remove all features listed
284284// here to get warnings in all configurations of Wasmtime.
285285#![ cfg_attr(
Original file line number Diff line number Diff line change 11//! The pulley bytecode for fast interpreters.
22
3- #![ cfg_attr( docsrs, feature( doc_auto_cfg ) ) ]
3+ #![ cfg_attr( docsrs, feature( doc_cfg ) ) ]
44#![ cfg_attr( pulley_tail_calls, feature( explicit_tail_calls) ) ]
55#![ cfg_attr( pulley_tail_calls, allow( incomplete_features, unstable_features) ) ]
66#![ deny( missing_docs) ]
You can’t perform that action at this time.
0 commit comments