27 |
// great lint
|
28 |
#[allow(clippy::precedence)]
|
29 |
pub const MAX_VALUE: usize = (1 << SPACE_FOR_CAPACITY * 8) - 2;
|
94 |
let slope = fdot16::div(dy, dx);
|
95 |
#[allow(clippy::precedence)]
|
96 |
let mut start_y = fdot6::to_fdot16(y0) + (slope * ((32 - x0) & 63) >> 6);
|
137 |
let slope = fdot16::div(dx, dy);
|
138 |
#[allow(clippy::precedence)]
|
139 |
let mut start_x = fdot6::to_fdot16(x0) + (slope * ((32 - y0) & 63) >> 6);
|
1 |
#![allow(clippy::precedence)]
|
1 |
#![allow(clippy::precedence)]
|
1 |
#![allow(clippy::precedence)]
|
1 |
#![allow(clippy::precedence)]
|
1 |
#![allow(clippy::precedence)]
|
1 |
#![allow(clippy::precedence)]
|
1 |
#![allow(clippy::precedence)]
|
20 |
#![warn(missing_docs)]
|
21 |
#![cfg_attr(feature = "cargo-clippy", allow(precedence))]
|
1 |
#![allow(clippy::precedence)]
|
2 |
use crate::{params::*, poly::*};
|
57 |
clippy::needless_doctest_main,
|
58 |
clippy::precedence,
|
59 |
clippy::type_repetition_in_bounds,
|
54 |
clippy::needless_doctest_main,
|
55 |
clippy::precedence,
|
56 |
clippy::shadow_unrelated,
|
65 |
clippy::needless_doctest_main,
|
66 |
clippy::precedence,
|
67 |
clippy::shadow_unrelated,
|
41 |
#![cfg_attr(not(feature = "std"), no_std)]
|
42 |
#![cfg_attr(feature = "cargo-clippy", allow(precedence, inline_always))]
|
12 |
#![cfg_attr(not(feature = "std"), no_std)]
|
13 |
#![cfg_attr(feature = "cargo-clippy", allow(precedence))]
|
44 |
#![cfg_attr(not(feature = "std"), no_std)]
|
45 |
#![cfg_attr(feature = "cargo-clippy", allow(precedence, inline_always))]
|
16 |
#![cfg_attr(test, default_lib_allocator)]
|
17 |
#![cfg_attr(feature = "cargo-clippy", allow(precedence))]
|
38 |
#![cfg_attr(not(feature = "std"), no_std)]
|
39 |
#![cfg_attr(feature = "cargo-clippy", allow(precedence, inline_always))]
|
16 |
#![cfg_attr(test, default_lib_allocator)]
|
17 |
#![cfg_attr(feature = "cargo-clippy", allow(precedence))]
|
75 |
#![cfg_attr(test, default_lib_allocator)]
|
76 |
#![cfg_attr(feature = "cargo-clippy", allow(precedence, inline_always))]
|
6 |
#![recursion_limit = "256"]
|
7 |
#![cfg_attr(feature = "cargo-clippy", allow(precedence))]
|
7 |
#![doc(html_root_url = "https://docs.rs/drone-stm32-svd/0.8.3")]
|
8 |
#![cfg_attr(feature = "cargo-clippy", allow(precedence))]
|
1 |
#![allow(clippy::precedence)]
|
1 |
#![allow(clippy::precedence)]
|
2 |
#![allow(dead_code)]
|
1 |
#![allow(clippy::precedence)]
|
1 |
//! Make some noise via cpal.
|
2 |
#![allow(clippy::precedence)]
|
1 |
//! Make some granular noises. Please run me in release mode!
|
2 |
#![allow(clippy::precedence)]
|
19 |
//! example in the [`midir` crate](https://github.com/Boddlnagg/midir).
|
20 |
#![allow(clippy::precedence)]
|
3 |
#![allow(unused_must_use)]
|
4 |
#![allow(clippy::precedence)]
|
7 |
#![allow(
|
8 |
clippy::precedence,
|
9 |
clippy::type_complexity,
|
2 |
dead_code,
|
3 |
clippy::precedence,
|
4 |
clippy::type_complexity,
|
2 |
dead_code,
|
3 |
clippy::precedence,
|
4 |
clippy::type_complexity,
|
8 |
// x << a + b is x << (a + b)
|
9 |
#![allow(clippy::precedence)]
|
1 |
#![allow(clippy::precedence)]
|
2 |
use crate::{
|
1 |
#![allow(clippy::precedence, clippy::verbose_bit_mask)]
|
1 |
#![allow(clippy::precedence, clippy::verbose_bit_mask)]
|