File tree 4 files changed +4
-2
lines changed
deltachat-contact-tools/src
4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 15
15
clippy:: explicit_into_iter_loop,
16
16
clippy:: cloned_instead_of_copied
17
17
) ]
18
- #![ cfg_attr( not( test) , warn ( clippy:: indexing_slicing) ) ]
18
+ #![ cfg_attr( not( test) , forbid ( clippy:: indexing_slicing) ) ]
19
19
#![ allow(
20
20
clippy:: match_bool,
21
21
clippy:: mixed_read_write_in_expression,
Original file line number Diff line number Diff line change 1
1
#![ recursion_limit = "256" ]
2
+ #![ cfg_attr( not( test) , forbid( clippy:: indexing_slicing) ) ]
2
3
pub mod api;
3
4
pub use yerpc;
4
5
Original file line number Diff line number Diff line change 8
8
//! is assumed to be set to "no".
9
9
//!
10
10
//! For received messages, DelSp parameter is honoured.
11
+ #![ cfg_attr( not( test) , forbid( clippy:: indexing_slicing) ) ]
11
12
12
13
/// Wraps line to 72 characters using format=flowed soft breaks.
13
14
///
Original file line number Diff line number Diff line change 16
16
clippy:: explicit_into_iter_loop,
17
17
clippy:: cloned_instead_of_copied
18
18
) ]
19
- #![ cfg_attr( not( test) , warn ( clippy:: indexing_slicing) ) ]
19
+ #![ cfg_attr( not( test) , forbid ( clippy:: indexing_slicing) ) ]
20
20
#![ allow(
21
21
clippy:: match_bool,
22
22
clippy:: mixed_read_write_in_expression,
You can’t perform that action at this time.
0 commit comments