File tree Expand file tree Collapse file tree 4 files changed +2
-2
lines changed Expand file tree Collapse file tree 4 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2626 allow( dead_code, unused_assignments, unused_variables)
2727 )
2828) ) ]
29- #![ allow( clippy:: if_then_panic) ]
3029
3130#[ cfg( not( futures_no_atomic_cas) ) ]
3231#[ cfg( feature = "alloc" ) ]
Original file line number Diff line number Diff line change 1111 allow( dead_code, unused_assignments, unused_variables)
1212 )
1313) ) ]
14+ #![ allow( clippy:: non_send_fields_in_send_ty) ]
1415
1516#[ cfg( feature = "alloc" ) ]
1617extern crate alloc;
Original file line number Diff line number Diff line change 1414 allow( dead_code, unused_assignments, unused_variables)
1515 )
1616) ) ]
17- #![ allow( clippy:: if_then_panic) ]
1817
1918#[ cfg( not( feature = "std" ) ) ]
2019compile_error ! (
Original file line number Diff line number Diff line change 1919 )
2020) ) ]
2121#![ cfg_attr( docsrs, feature( doc_cfg) ) ]
22+ #![ allow( clippy:: non_send_fields_in_send_ty) ]
2223
2324#[ cfg( all( feature = "bilock" , not( feature = "unstable" ) ) ) ]
2425compile_error ! ( "The `bilock` feature requires the `unstable` feature as an explicit opt-in to unstable features" ) ;
You can’t perform that action at this time.
0 commit comments