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 26
26
allow( dead_code, unused_assignments, unused_variables)
27
27
)
28
28
) ) ]
29
- #![ allow( clippy:: if_then_panic) ]
30
29
31
30
#[ cfg( not( futures_no_atomic_cas) ) ]
32
31
#[ cfg( feature = "alloc" ) ]
Original file line number Diff line number Diff line change 11
11
allow( dead_code, unused_assignments, unused_variables)
12
12
)
13
13
) ) ]
14
+ #![ allow( clippy:: non_send_fields_in_send_ty) ]
14
15
15
16
#[ cfg( feature = "alloc" ) ]
16
17
extern crate alloc;
Original file line number Diff line number Diff line change 14
14
allow( dead_code, unused_assignments, unused_variables)
15
15
)
16
16
) ) ]
17
- #![ allow( clippy:: if_then_panic) ]
18
17
19
18
#[ cfg( not( feature = "std" ) ) ]
20
19
compile_error ! (
Original file line number Diff line number Diff line change 19
19
)
20
20
) ) ]
21
21
#![ cfg_attr( docsrs, feature( doc_cfg) ) ]
22
+ #![ allow( clippy:: non_send_fields_in_send_ty) ]
22
23
23
24
#[ cfg( all( feature = "bilock" , not( feature = "unstable" ) ) ) ]
24
25
compile_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