165 |
#[rustfmt::skip]
|
166 |
#[allow(clippy::too_many_arguments, clippy::just_underscores_and_digits)]
|
167 |
async fn handler_max(
|
113 |
#[rustfmt::skip]
|
114 |
#[allow(clippy::too_many_arguments, clippy::just_underscores_and_digits)]
|
115 |
async fn max(
|
1184 |
#[rustfmt::skip] // keep alignment of addition chain and squarings
|
1185 |
#[allow(clippy::just_underscores_and_digits)]
|
1186 |
pub fn montgomery_invert(&self) -> UnpackedScalar {
|
25 |
#[allow(clippy::just_underscores_and_digits)]
|
26 |
mod gen_impls;
|
24 |
#[allow(clippy::just_underscores_and_digits, non_upper_case_globals)]
|
25 |
pub fn raw_key_to_key(raw: RawKey) -> Option<Key> {
|
217 |
#[allow(clippy::just_underscores_and_digits, non_upper_case_globals)]
|
218 |
pub fn raw_key_to_location(raw: RawKey) -> Location {
|
16 |
/// `Color::new(r, g, b)` or `Color::new(x, y, z)`.
|
17 |
#[allow(clippy::just_underscores_and_digits)]
|
18 |
pub fn of(_0: Float, _1: Float, _2: Float) -> Self
|
28 |
/// `Color::new(r, g, b, Srgb)` or `Color::new(x, y, z, Srgb)`.
|
29 |
#[allow(clippy::just_underscores_and_digits)]
|
30 |
pub const fn new(_0: Float, _1: Float, _2: Float, space: S) -> Self {
|
49 |
#[allow(clippy::just_underscores_and_digits, non_upper_case_globals)]
|
50 |
pub(crate) fn raw_key_to_key(gdk_key: RawKey) -> Option<Key<'static>> {
|
123 |
#[allow(clippy::just_underscores_and_digits, non_upper_case_globals)]
|
124 |
pub(crate) fn raw_key_to_location(raw: RawKey) -> KeyLocation {
|
20 |
#[allow(clippy::just_underscores_and_digits)] // LALRPOP generates a lot of names like this
|
21 |
#[allow(clippy::clone_on_copy)]
|
190 |
impl fmt::Debug for Uuid128 {
|
191 |
#[allow(clippy::many_single_char_names, clippy::just_underscores_and_digits)]
|
192 |
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
142 |
#[allow(non_snake_case, clippy::just_underscores_and_digits)]
|
143 |
/// Parse a site table entry
|
18 |
#[allow(clippy::just_underscores_and_digits)]
|
19 |
pub fn same_type<T>(_1: &T, _2: &T) {}
|
35 |
#[allow(clippy::just_underscores_and_digits, non_upper_case_globals)]
|
36 |
pub(crate) fn raw_key_to_key(gdk_key: RawKey) -> Option<Key<'static>> {
|
109 |
#[allow(clippy::just_underscores_and_digits, non_upper_case_globals)]
|
110 |
pub(crate) fn raw_key_to_location(raw: RawKey) -> KeyLocation {
|
1154 |
#[rustfmt::skip] // keep alignment of addition chain and squarings
|
1155 |
#[allow(clippy::just_underscores_and_digits)]
|
1156 |
pub fn montgomery_invert(&self) -> UnpackedScalar {
|
29 |
{
|
30 |
#[allow(clippy::many_single_char_names, clippy::just_underscores_and_digits)]
|
31 |
pub fn new(times: Vec<T>, points: Vec<Vec<T>>) -> Option<Self> {
|
19 |
//! cryptographer before making use of this module.
|
20 |
#![allow(clippy::just_underscores_and_digits)]
|
21 |
pub mod c_abi;
|
10 |
#![cfg_attr(feature = "cargo-clippy", allow(just_underscores_and_digits))]
|
10 |
#![cfg_attr(feature = "cargo-clippy", allow(just_underscores_and_digits))]
|
1 |
#![allow(clippy::just_underscores_and_digits)]
|
1 |
#![allow(clippy::just_underscores_and_digits)]
|
22 |
#![allow(clippy::just_underscores_and_digits)]
|
23 |
#![allow(clippy::needless_lifetimes)]
|
139 |
#![allow(clippy::just_underscores_and_digits)]
|
140 |
#![allow(clippy::type_complexity)]
|
19 |
clippy::needless_lifetimes,
|
20 |
clippy::just_underscores_and_digits,
|
21 |
clippy::used_underscore_binding
|
4 |
#![allow(unused_parens)]
|
5 |
#![allow(clippy::double_parens, clippy::just_underscores_and_digits)]
|
6 |
use crate::*;
|
1 |
#![allow(clippy::unit_cmp, clippy::just_underscores_and_digits)]
|
1291 |
mod test_mpolynomials {
|
1292 |
#![allow(clippy::just_underscores_and_digits)]
|
1276 |
mod test_polynomials {
|
1277 |
#![allow(clippy::just_underscores_and_digits)]
|
1 |
#![allow(
|
2 |
clippy::just_underscores_and_digits,
|
3 |
clippy::type_complexity,
|