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 4545//! ```
4646
4747#![ doc( html_root_url = "https://docs.rs/cxx-build/1.0.179" ) ]
48- #![ cfg_attr( not( check_cfg) , expect ( unexpected_cfgs) ) ]
48+ #![ cfg_attr( not( check_cfg) , allow ( unexpected_cfgs) ) ]
4949#![ allow(
5050 clippy:: cast_sign_loss,
5151 clippy:: default_trait_access,
Original file line number Diff line number Diff line change 1- #![ cfg_attr( not( check_cfg) , expect ( unexpected_cfgs) ) ]
1+ #![ cfg_attr( not( check_cfg) , allow ( unexpected_cfgs) ) ]
22#![ allow(
33 clippy:: cast_sign_loss,
44 clippy:: default_trait_access,
Original file line number Diff line number Diff line change 1010#![ doc( html_root_url = "https://docs.rs/cxx-gen/0.7.179" ) ]
1111#![ deny( missing_docs) ]
1212#![ expect( dead_code) ]
13- #![ cfg_attr( not( check_cfg) , expect ( unexpected_cfgs) ) ]
13+ #![ cfg_attr( not( check_cfg) , allow ( unexpected_cfgs) ) ]
1414#![ allow(
1515 clippy:: cast_sign_loss,
1616 clippy:: default_trait_access,
You can’t perform that action at this time.
0 commit comments