File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 11//! A crate to hold types and functions common to all rustpython components.
22
33#![ cfg_attr( all( target_os = "wasi" , target_env = "p2" ) , feature( wasip2) ) ]
4- #![ cfg_attr( target_os = "redox" , feature( byte_slice_trim_ascii, new_uninit) ) ]
54
65#[ macro_use]
76mod macros;
Original file line number Diff line number Diff line change 33
44#![ allow( clippy:: module_inception) ]
55#![ cfg_attr( all( target_os = "wasi" , target_env = "p2" ) , feature( wasip2) ) ]
6- #![ cfg_attr( target_os = "redox" , feature( raw_ref_op) ) ]
76
87#[ macro_use]
98extern crate rustpython_derive;
Original file line number Diff line number Diff line change 1414#![ allow( clippy:: upper_case_acronyms) ]
1515#![ doc( html_logo_url = "https://raw.githubusercontent.com/RustPython/RustPython/main/logo.png" ) ]
1616#![ doc( html_root_url = "https://docs.rs/rustpython-vm/" ) ]
17- #![ cfg_attr( target_os = "redox" , feature( raw_ref_op) ) ]
1817
1918#[ cfg( feature = "flame-it" ) ]
2019#[ macro_use]
You can’t perform that action at this time.
0 commit comments