26 |
impl<'a> HeaderDetails<'a> {
|
27 |
#[allow(clippy::int_plus_one)]
|
28 |
pub fn render(&self, frame: &mut Frame<impl Backend>, rect: Rect) {
|
22 |
#[allow(clippy::int_plus_one)]
|
23 |
pub(crate) fn create_cellbase(
|
24 |
#[allow(clippy::int_plus_one)]
|
25 |
pub(crate) fn create_cellbase(
|
28 |
#[allow(clippy::int_plus_one)]
|
29 |
pub(crate) fn create_cellbase(
|
176 |
#[allow(clippy::int_plus_one)]
|
177 |
pub(crate) fn create_cellbase(
|
234 |
#[allow(clippy::int_plus_one)]
|
235 |
pub fn verify(&self) -> Result<(), Error> {
|
64 |
#[allow(clippy::nonminimal_bool)]
|
65 |
#[allow(clippy::int_plus_one)]
|
66 |
fn test_random_collection_of_values_behave_correctly() {
|
702 |
/// Will have a `count_rings_from_origin` of 1 preventing returning non existent nodes.
|
703 |
#[allow(clippy::int_plus_one)]
|
704 |
pub fn node_neighbours_cubic(
|
201 |
#[allow(clippy::int_plus_one)]
|
202 |
if (len as usize) <= n_read - 1 {
|
126 |
// committed-local, actually
|
127 |
#[allow(clippy::int_plus_one)] // I want to follow PBFT paper, preceisely
|
128 |
fn committed(&self, op_number: OpNumber) -> bool {
|
54 |
#[allow(clippy::int_plus_one)]
|
55 |
#[pest_consume::parser]
|
17 |
#[allow(clippy::int_plus_one)]
|
18 |
fn read_varint_loop(buf: &[u8]) -> Result<(&[u8], u64), Error> {
|
109 |
/// Construct a `TicklessCfg`.
|
110 |
#[allow(clippy::int_plus_one)] // for consistency
|
111 |
pub const fn new(
|
15 |
/// arguments present.
|
16 |
#[allow(clippy::int_plus_one)]
|
17 |
pub fn get_args_repeating(required_args: &[&str], error_exit_code: i32) -> Vec<String> {
|
934 |
/// Runs a closure with `bytes` passed in as a `&CStr`.
|
935 |
#[allow(unsafe_code, clippy::int_plus_one)]
|
936 |
#[inline]
|
25 |
clippy::float_cmp,
|
26 |
clippy::int_plus_one,
|
27 |
clippy::non_ascii_literal,
|
41 |
#[allow(clippy::int_plus_one)]
|
42 |
fn ieee_parts_to_double(sign: bool, ieee_exponent: u32, ieee_mantissa: u64) -> f64 {
|
187 |
for (k, lane) in lanes.iter_mut().enumerate() {
|
188 |
#[allow(clippy::int_plus_one)]
|
189 |
if k as i32 + 1 <= active_lanes(x, 1, d) {
|
190 |
for j in 1..=d {
|
191 |
#[allow(clippy::int_plus_one)]
|
192 |
if active_lanes(x, j, d) >= k as i32 + 1 {
|
1 |
#![allow(clippy::get_first)]
|
2 |
#![allow(clippy::int_plus_one)]
|
3 |
#![allow(clippy::len_zero)]
|
7 |
#![allow(clippy::comparison_chain)]
|
8 |
#![allow(clippy::int_plus_one)]
|
9 |
#![allow(clippy::string_lit_as_bytes)]
|
24 |
clippy::float_cmp,
|
25 |
clippy::int_plus_one,
|
26 |
clippy::non_ascii_literal,
|
1 |
#![allow(clippy::int_plus_one)]
|
2 |
#![allow(clippy::many_single_char_names)]
|
1 |
#![allow(clippy::int_plus_one)]
|
2 |
#![allow(clippy::many_single_char_names)]
|
1 |
#![allow(clippy::int_plus_one)]
|
2 |
#![allow(clippy::many_single_char_names)]
|
1 |
#![allow(clippy::int_plus_one)]
|
2 |
#![allow(clippy::many_single_char_names)]
|
1 |
#![allow(clippy::int_plus_one)]
|
1 |
#![allow(clippy::int_plus_one)]
|
7 |
#![allow(clippy::needless_return)]
|
8 |
#![allow(clippy::int_plus_one)]
|
9 |
#![allow(clippy::deprecated_cfg_attr)]
|
1 |
#![allow(clippy::int_plus_one)] // Makes more sense for some inequalities below.
|
24 |
clippy::float_cmp,
|
25 |
clippy::int_plus_one,
|
26 |
clippy::non_ascii_literal,
|