905 |
}
|
906 |
#[allow(clippy::unreadable_literal)]
|
907 |
const FLOAT_TEST_CASES: &[(i32, i32, i32, f64)] = &[
|
283 |
#[allow(clippy::excessive_precision)]
|
284 |
#[allow(clippy::unreadable_literal)]
|
285 |
impl Default for HrtfConfig {
|
154 |
// FIXME: fetch the list dynamically if the user allows
|
155 |
#[allow(clippy::unreadable_literal)]
|
156 |
let leaps: Vec<i64> = vec![
|
24 |
#[allow(clippy::unreadable_literal)]
|
25 |
const WAV_ATRAC3P_GUID: u128 = 0x62cee401faff19a14471cb58e923aabf;
|
16 |
#[allow(clippy::excessive_precision, clippy::unreadable_literal)]
|
17 |
static DIR_COEF_A: &[Float] = &[
|
29 |
#[allow(clippy::excessive_precision, clippy::unreadable_literal)]
|
30 |
static DIR_COEF_B: &[Float] = &[
|
42 |
#[allow(clippy::excessive_precision, clippy::unreadable_literal)]
|
43 |
static DIR_COEF_C: &[Float] = &[
|
55 |
#[allow(clippy::excessive_precision, clippy::unreadable_literal)]
|
56 |
static DIR_COEF_D: &[Float] = &[
|
14 |
#[allow(clippy::excessive_precision, clippy::unreadable_literal)]
|
15 |
static DIR_COEF_A: &[f64] = &[
|
27 |
#[allow(clippy::excessive_precision, clippy::unreadable_literal)]
|
28 |
static DIR_COEF_B: &[f64] = &[
|
40 |
#[allow(clippy::excessive_precision, clippy::unreadable_literal)]
|
41 |
static DIR_COEF_C: &[f64] = &[
|
53 |
#[allow(clippy::excessive_precision, clippy::unreadable_literal)]
|
54 |
static DIR_COEF_D: &[f64] = &[
|
14 |
#[allow(clippy::excessive_precision, clippy::unreadable_literal)]
|
15 |
static DIR_COEF_A: &[f64] = &[
|
27 |
#[allow(clippy::excessive_precision, clippy::unreadable_literal)]
|
28 |
static DIR_COEF_B: &[f64] = &[
|
40 |
#[allow(clippy::excessive_precision, clippy::unreadable_literal)]
|
41 |
static DIR_COEF_C: &[f64] = &[
|
53 |
#[allow(clippy::excessive_precision, clippy::unreadable_literal)]
|
54 |
static DIR_COEF_D: &[f64] = &[
|
6 |
#[cfg_attr(feature = "cargo-clippy", allow(const_static_lifetime))]
|
7 |
#[cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
13 |
#[allow(clippy::excessive_precision)]
|
14 |
#[allow(clippy::unreadable_literal)]
|
15 |
const KAISER_BEST_WINDOW: [f32; 32769] = include!("kaiser_best.txt");
|
3 |
#[allow(clippy::unreadable_literal)]
|
4 |
mod chomp;
|
76 |
const PADDING_BLOCK_START: u32 = 0x1500;
|
77 |
#[cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
78 |
const BLOCK_STARTS: &[u32] = &[
|
22 |
// OrpheanBeholderScryDoubt
|
23 |
#[allow(clippy::unreadable_literal)]
|
24 |
let mut ctext = [
|
23 |
// OrpheanBeholderScryDoubt
|
24 |
#[allow(clippy::unreadable_literal)]
|
25 |
let mut ctext = [
|
44 |
#[allow(clippy::unreadable_literal)]
|
45 |
#[test]
|
12 |
#[allow(clippy::unreadable_literal)]
|
13 |
const ROUND_CONSTANTS: [u32; 64] = [
|
24 |
#[allow(clippy::unreadable_literal)]
|
25 |
const IV: [u32; 8] = [
|
10 |
#[allow(clippy::unreadable_literal)]
|
11 |
const ROUND_CONSTANTS: [u64; 24] = [
|
15 |
#[allow(clippy::unreadable_literal)]
|
16 |
const ROUND_CONSTANTS: [u32; 64] = [
|
27 |
#[allow(clippy::unreadable_literal)]
|
28 |
const IV: [u32; 8] = [
|
26 |
/// The shader handle for `"parallax_map.wgsl"`.
|
27 |
#[allow(clippy::unreadable_literal)]
|
28 |
const PARALLAX_MAPPING_SHADER_HANDLE: HandleUntyped =
|
38 |
#[cfg(not(test))]
|
39 |
#[allow(clippy::unreadable_literal)]
|
40 |
fn factors()->Vec<(u64,u64)> {
|
681 |
#[cfg(test)]
|
682 |
#[allow(clippy::unreadable_literal)]
|
683 |
mod tests {
|
5 |
#[allow(clippy::unreadable_literal)]
|
6 |
static BUZHASH_TABLE: &[u32] = &[
|
377 |
#[cfg_attr(feature = "cargo-clippy", allow(cast_possible_truncation, unreadable_literal))]
|
378 |
#[cold]
|
34 |
// (write). Note: embedded-hal/blocking/i2c uses 7-bit addresses.
|
35 |
#[allow(clippy::unreadable_literal)]
|
36 |
const ADDRESS: u8 = 0b1110111; // 7-bit I²C address, missing least significant r/w bit
|
96 |
#[allow(clippy::unreadable_literal)]
|
97 |
#[allow(clippy::excessive_precision)]
|
357 |
#[allow(clippy::unreadable_literal)]
|
358 |
#[allow(clippy::excessive_precision)]
|
618 |
#[allow(clippy::unreadable_literal)]
|
619 |
#[allow(clippy::excessive_precision)]
|
879 |
#[allow(clippy::unreadable_literal)]
|
880 |
#[allow(clippy::excessive_precision)]
|
1140 |
#[allow(clippy::unreadable_literal)]
|
1141 |
#[allow(clippy::excessive_precision)]
|
6 |
#[allow(clippy::unreadable_literal)]
|
7 |
const CAPS_V3: u32 = 0x20080522;
|
893 |
#[test]
|
894 |
#[allow(clippy::unreadable_literal)] // 0xC0FFEE is more readable than 0x00C0_FFEE.
|
895 |
fn active_validator() {
|
3 |
#[allow(clippy::unreadable_literal)]
|
4 |
const A: u32 = 0x67452301;
|
5 |
#[allow(clippy::unreadable_literal)]
|
6 |
const B: u32 = 0xEFCDAB89;
|
7 |
#[allow(clippy::unreadable_literal)]
|
8 |
const C: u32 = 0x98BADCFE;
|
9 |
#[allow(clippy::unreadable_literal)]
|
10 |
const D: u32 = 0x10325476;
|
12 |
#[allow(clippy::unreadable_literal)]
|
13 |
#[rustfmt::skip]
|
3 |
#[allow(clippy::unreadable_literal)]
|
4 |
const A: u32 = 0x67452301;
|
5 |
#[allow(clippy::unreadable_literal)]
|
6 |
const B: u32 = 0xEFCDAB89;
|
7 |
#[allow(clippy::unreadable_literal)]
|
8 |
const C: u32 = 0x98BADCFE;
|
9 |
#[allow(clippy::unreadable_literal)]
|
10 |
const D: u32 = 0x10325476;
|
11 |
#[allow(clippy::unreadable_literal)]
|
12 |
const E: u32 = 0xC3D2E1F0;
|
3 |
#[allow(clippy::unreadable_literal)]
|
4 |
const A: u32 = 0x67452301;
|
5 |
#[allow(clippy::unreadable_literal)]
|
6 |
const B: u32 = 0xEFCDAB89;
|
7 |
#[allow(clippy::unreadable_literal)]
|
8 |
const C: u32 = 0x98BADCFE;
|
9 |
#[allow(clippy::unreadable_literal)]
|
10 |
const D: u32 = 0x10325476;
|
12 |
#[allow(clippy::unreadable_literal)]
|
13 |
#[rustfmt::skip]
|
3 |
#[allow(clippy::unreadable_literal)]
|
4 |
const A: u32 = 0x67452301;
|
5 |
#[allow(clippy::unreadable_literal)]
|
6 |
const B: u32 = 0xEFCDAB89;
|
7 |
#[allow(clippy::unreadable_literal)]
|
8 |
const C: u32 = 0x98BADCFE;
|
9 |
#[allow(clippy::unreadable_literal)]
|
10 |
const D: u32 = 0x10325476;
|
11 |
#[allow(clippy::unreadable_literal)]
|
12 |
const E: u32 = 0xC3D2E1F0;
|
132 |
#[test]
|
133 |
#[allow(clippy::unreadable_literal)]
|
134 |
fn test_dao_data() {
|
17 |
#[allow(dead_code, clippy::unreadable_literal)]
|
18 |
pub const MED_PRIMES: [u64; 456] = [
|
7 |
#[rustfmt::skip]
|
8 |
#[allow(clippy::unreadable_literal)]
|
9 |
pub enum StatusCode {
|
126 |
#[allow(dead_code)]
|
127 |
#[allow(clippy::unreadable_literal)]
|
128 |
pub mod fiemap_extent_flags {
|
70 |
#[test]
|
71 |
#[allow(clippy::unreadable_literal)]
|
72 |
fn test_chmod_octal() {
|
123 |
#[test]
|
124 |
#[allow(clippy::unreadable_literal)]
|
125 |
// spell-checker:disable-next-line
|
230 |
#[test]
|
231 |
#[allow(clippy::unreadable_literal)]
|
232 |
fn test_chmod_ugo_copy() {
|
263 |
#[test]
|
264 |
#[allow(clippy::unreadable_literal)]
|
265 |
fn test_chmod_many_options() {
|
280 |
#[test]
|
281 |
#[allow(clippy::unreadable_literal)]
|
282 |
fn test_chmod_reference_file() {
|
6 |
#[allow(clippy::unseparated_literal_suffix)]
|
7 |
#[allow(clippy::unreadable_literal)]
|
8 |
#[allow(clippy::default_trait_access)]
|
1 |
#[rustfmt::skip]
|
2 |
#[allow(clippy::unreadable_literal)]
|
3 |
pub(crate) const NO_REF_8_07: [u8; 256] = [0u8, 7u8, 14u8, 9u8, 28u8, 27u8, 18u8, 21u8, 56u8, 63u8, 54u8, 49u8, 36u8, 35u8, 42u8, 45u8, 112u8, 119u8, 126u8, 121u8, 108u8, 107u8, 98u8, 101u8, 72u8, 79u8, 70u8, 65u8, 84u8, 83u8, 90u8, 93u8, 224u8, 231u8, 238u8, 233u8, 252u8, 251u8, 242u8, 245u8, 216u8, 223u8, 214u8, 209u8, 196u8, 195u8, 202u8, 205u8, 144u8, 151u8, 158u8, 153u8, 140u8, 139u8, 130u8, 133u8, 168u8, 175u8, 166u8, 161u8, 180u8, 179u8, 186u8, 189u8, 199u8, 192u8, 201u8, 206u8, 219u8, 220u8, 213u8, 210u8, 255u8, 248u8, 241u8, 246u8, 227u8, 228u8, 237u8, 234u8, 183u8, 176u8, 185u8, 190u8, 171u8, 172u8, 165u8, 162u8, 143u8, 136u8, 129u8, 134u8, 147u8, 148u8, 157u8, 154u8, 39u8, 32u8, 41u8, 46u8, 59u8, 60u8, 53u8, 50u8, 31u8, 24u8, 17u8, 22u8, 3u8, 4u8, 13u8, 10u8, 87u8, 80u8, 89u8, 94u8, 75u8, 76u8, 69u8, 66u8, 111u8, 104u8, 97u8, 102u8, 115u8, 116u8, 125u8, 122u8, 137u8, 142u8, 135u8, 128u8, 149u8, 146u8, 155u8, 156u8, 177u8, 182u8, 191u8, 184u8, 173u8, 170u8, 163u8, 164u8, 249u8, 254u8, 247u8, 240u8, 229u8, 226u8, 235u8, 236u8, 193u8, 198u8, 207u8, 200u8, 221u8, 218u8, 211u8, 212u8, 105u8, 110u8, 103u8, 96u8, 117u8, 114u8, 123u8, 124u8, 81u8, 86u8, 95u8, 88u8, 77u8, 74u8, 67u8, 68u8, 25u8, 30u8, 23u8, 16u8, 5u8, 2u8, 11u8, 12u8, 33u8, 38u8, 47u8, 40u8, 61u8, 58u8, 51u8, 52u8, 78u8, 73u8, 64u8, 71u8, 82u8, 85u8, 92u8, 91u8, 118u8, 113u8, 120u8, 127u8, 106u8, 109u8, 100u8, 99u8, 62u8, 57u8, 48u8, 55u8, 34u8, 37u8, 44u8, 43u8, 6u8, 1u8, 8u8, 15u8, 26u8, 29u8, 20u8, 19u8, 174u8, 169u8, 160u8, 167u8, 178u8, 181u8, 188u8, 187u8, 150u8, 145u8, 152u8, 159u8, 138u8, 141u8, 132u8, 131u8, 222u8, 217u8, 208u8, 215u8, 194u8, 197u8, 204u8, 203u8, 230u8, 225u8, 232u8, 239u8, 250u8, 253u8, 244u8, 243u8];
|
3 |
#[macro_use]
|
4 |
#[allow(dead_code, clippy::unreadable_literal)]
|
5 |
mod crulst {
|
5 |
#[allow(clippy::unreadable_literal)]
|
1 |
#[allow(clippy::unreadable_literal)]
|
2 |
#[rustfmt::skip]
|
3 |
#[allow(clippy::unreadable_literal)]
|
4 |
const V0: [u32; 256] = [
|
59 |
#[rustfmt::skip]
|
60 |
#[allow(clippy::unreadable_literal)]
|
61 |
const V1: [u32; 256] = [
|
116 |
#[rustfmt::skip]
|
117 |
#[allow(clippy::unreadable_literal)]
|
118 |
const V2: [u32; 256] = [
|
173 |
#[rustfmt::skip]
|
174 |
#[allow(clippy::unreadable_literal)]
|
175 |
const V3: [u32; 256] = [
|
250 |
#[test]
|
251 |
#[allow(clippy::unreadable_literal)]
|
252 |
fn observes_the_correct_winding_order_of_a_tiny_polygon() {
|
445 |
#[test]
|
446 |
#[allow(clippy::unreadable_literal)]
|
447 |
fn test_numeric_f64_round() -> DamlJsonCodecResult<()> {
|
479 |
#[test]
|
480 |
#[allow(clippy::unreadable_literal)]
|
481 |
fn test_numeric_f64_large() -> DamlJsonCodecResult<()> {
|
13 |
/// 2011-11-11T19:11:11Z 2011-11-11T11:11:11-08:00
|
14 |
#[allow(clippy::unreadable_literal)]
|
15 |
const TIME1: i64 = 1321038671;
|
16 |
/// 2021-07-01T19:00:00Z 2021-07-01T12:00:00-07:00
|
17 |
#[allow(clippy::unreadable_literal)]
|
18 |
const TIME2: i64 = 1625166000;
|
281 |
#[allow(overflowing_literals)]
|
282 |
#[allow(clippy::unreadable_literal)]
|
283 |
const E_NOT_SUFFICIENT_BUFFER: HRESULT = 0x8007007A;
|
14 |
];
|
15 |
#[allow(clippy::unreadable_literal)]
|
16 |
pub const INJECTION_CONSTANTS: [u32; 688] = [
|
425 |
#[cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
426 |
static BIG5_ASTRALNESS: [u32; 589] = [
|
27 |
clippy::float_cmp,
|
28 |
clippy::unreadable_literal
|
29 |
)]
|
71 |
#[test]
|
72 |
#[allow(clippy::unreadable_literal)]
|
73 |
fn convert_f64_to_u256_overflow() {
|
2 |
#[rustfmt::skip]
|
3 |
#[allow(clippy::unreadable_literal)]
|
4 |
const V0: [u32; 256] = [
|
59 |
#[rustfmt::skip]
|
60 |
#[allow(clippy::unreadable_literal)]
|
61 |
const V1: [u32; 256] = [
|
116 |
#[rustfmt::skip]
|
117 |
#[allow(clippy::unreadable_literal)]
|
118 |
const V2: [u32; 256] = [
|
173 |
#[rustfmt::skip]
|
174 |
#[allow(clippy::unreadable_literal)]
|
175 |
const V3: [u32; 256] = [
|
171 |
#[test]
|
172 |
#[allow(clippy::unreadable_literal)]
|
173 |
fn test_decide() {
|
50 |
#[allow(clippy::unreadable_literal)]
|
51 |
pub const POWER_OF_FIVE_128: [(u64, u64); N_POWERS_OF_FIVE] = [
|
69 |
#[allow(clippy::unreadable_literal)]
|
70 |
fn create_data_table() -> HashMap<u32, Code<u32>> {
|
68 |
#[allow(clippy::unreadable_literal)]
|
69 |
fn create_data_table() -> HashMap<u32, Code<u32>> {
|
68 |
#[allow(clippy::unreadable_literal)]
|
69 |
fn create_data_table() -> HashMap<u16, Code<u16>> {
|
912 |
#[allow(clippy::unreadable_literal)] // Allow standard 6 character colour hex codes
|
913 |
#[cfg(not(feature = "web-frame-format"))]
|
683 |
#[cfg(test)]
|
684 |
#[allow(clippy::unreadable_literal)]
|
685 |
mod tests {
|
513 |
#[allow(clippy::unreadable_literal)]
|
514 |
#[test]
|
658 |
/// Find the RSA key's `(n, e)` pair for a certain fingerprint.
|
659 |
#[allow(clippy::unreadable_literal)]
|
660 |
fn key_for_fingerprint(fingerprint: i64) -> Option<rsa::Key> {
|
101 |
impl Identifiable for RpcResult {
|
102 |
#[allow(clippy::unreadable_literal)]
|
103 |
const CONSTRUCTOR_ID: u32 = 0xf35c6d01;
|
150 |
impl Identifiable for MessageContainer {
|
151 |
#[allow(clippy::unreadable_literal)]
|
152 |
const CONSTRUCTOR_ID: u32 = 0x73f1f8dc;
|
187 |
impl Identifiable for MessageCopy {
|
188 |
#[allow(clippy::unreadable_literal)]
|
189 |
const CONSTRUCTOR_ID: u32 = 0xe06046b2;
|
222 |
impl Identifiable for GzipPacked {
|
223 |
#[allow(clippy::unreadable_literal)]
|
224 |
const CONSTRUCTOR_ID: u32 = 0x3072cfa1;
|
140 |
/// ```
|
141 |
#[allow(clippy::unreadable_literal)]
|
142 |
fn deserialize(buf: Buffer) -> Result<Self> {
|
307 |
/// ```
|
308 |
#[allow(clippy::unreadable_literal)]
|
309 |
fn deserialize(buf: Buffer) -> Result<Self> {
|
46 |
/// ```
|
47 |
#[allow(clippy::unreadable_literal)]
|
48 |
fn serialize(&self, buf: Buffer) {
|
194 |
/// ```
|
195 |
#[allow(clippy::unreadable_literal)]
|
196 |
fn serialize(&self, buf: Buffer) {
|
16 |
/// The result of `Rand32::new(0).state()`.
|
17 |
#[allow(clippy::unreadable_literal)]
|
18 |
const STATE: (u64, u64) = (10116158231463745938, 2885390081777926815);
|
20 |
#[allow(clippy::type_complexity)]
|
21 |
#[allow(clippy::unreadable_literal)]
|
22 |
#[allow(clippy::derive_hash_xor_eq)]
|
20 |
#[allow(non_camel_case_types, non_upper_case_globals, unused)]
|
21 |
#[allow(clippy::redundant_static_lifetimes, clippy::unreadable_literal)]
|
22 |
#[allow(clippy::useless_transmute, clippy::trivially_copy_pass_by_ref)]
|
564 |
impl FromGlib<ffi::GstMessageType> for MessageType {
|
565 |
#[allow(clippy::unreadable_literal)]
|
566 |
unsafe fn from_glib(value: ffi::GstMessageType) -> Self {
|
37 |
#[allow(clippy::unreadable_literal)]
|
38 |
#[allow(clippy::too_many_arguments)]
|
29 |
#[allow(clippy::unreadable_literal)]
|
30 |
#[allow(clippy::too_many_arguments)]
|
30 |
#[allow(clippy::unreadable_literal)]
|
31 |
#[allow(clippy::too_many_arguments)]
|
30 |
#[allow(clippy::unreadable_literal)]
|
31 |
#[allow(clippy::too_many_arguments)]
|
29 |
#[allow(clippy::unreadable_literal)]
|
30 |
#[allow(clippy::too_many_arguments)]
|
25 |
#[allow(clippy::unreadable_literal)]
|
26 |
#[allow(clippy::too_many_arguments)]
|
29 |
#[allow(clippy::unreadable_literal)]
|
30 |
#[allow(clippy::too_many_arguments)]
|
60 |
#[allow(clippy::unreadable_literal)]
|
61 |
#[allow(clippy::too_many_arguments)]
|
31 |
#[allow(clippy::unreadable_literal)]
|
32 |
#[allow(clippy::too_many_arguments)]
|
29 |
#[allow(clippy::unreadable_literal)]
|
30 |
#[allow(clippy::too_many_arguments)]
|
36 |
#[allow(clippy::unreadable_literal)]
|
37 |
#[allow(clippy::too_many_arguments)]
|
29 |
#[allow(clippy::unreadable_literal)]
|
30 |
#[allow(clippy::too_many_arguments)]
|
30 |
#[allow(clippy::unreadable_literal)]
|
31 |
#[allow(clippy::too_many_arguments)]
|
30 |
#[allow(clippy::unreadable_literal)]
|
31 |
#[allow(clippy::too_many_arguments)]
|
33 |
#[allow(clippy::unreadable_literal)]
|
34 |
#[allow(clippy::too_many_arguments)]
|
29 |
#[allow(clippy::unreadable_literal)]
|
30 |
#[allow(clippy::too_many_arguments)]
|
38 |
#[allow(clippy::unreadable_literal)]
|
39 |
#[allow(clippy::too_many_arguments)]
|
30 |
#[allow(clippy::unreadable_literal)]
|
31 |
#[allow(clippy::too_many_arguments)]
|
30 |
#[allow(clippy::unreadable_literal)]
|
31 |
#[allow(clippy::too_many_arguments)]
|
24 |
#[allow(clippy::unreadable_literal)]
|
25 |
pub(crate) const ROUND_CONSTANTS: [u32; ROUNDS] = [
|
26 |
#[allow(clippy::unreadable_literal)]
|
27 |
pub(crate) const ROUND_CONSTANTS: [u32; ROUNDS] = [
|
14 |
#[allow(non_upper_case_globals)]
|
15 |
#[allow(clippy::unreadable_literal)]
|
16 |
mod bindings;
|
50 |
// need to be readable anyways.
|
51 |
#[allow(clippy::unreadable_literal)]
|
52 |
pub fn shuffle(&self, input: u32) -> PermutationResult<u32> {
|
290 |
fn write_epoch_metadata(buf: &mut Vec<u8>, time: SystemTime) {
|
291 |
#[allow(clippy::unreadable_literal)]
|
292 |
const MAGIC: u32 = 0x75D11D4D;
|
443 |
) {
|
444 |
#[allow(clippy::unreadable_literal)]
|
445 |
const MAGIC: u32 = 0xC1FC1FB7;
|
258 |
/// 返回错误代码对应的文本说明。
|
259 |
#[allow(clippy::unreadable_literal)]
|
260 |
pub fn err2str(val: i32) -> &'static str {
|
71 |
// Because of the use of surrogate chars in this table, we cannot use rust's char type :(
|
72 |
#[allow(clippy::unreadable_literal)]
|
73 |
#[rustfmt::skip]
|
196 |
#[allow(clippy::all, clippy::unreadable_literal)]
|
197 |
const PI: f32 = 3.14159265359;
|
206 |
#[allow(clippy::all, clippy::unreadable_literal)]
|
207 |
const PI: f32 = 3.14159265359;
|
84 |
#[allow(clippy::unreadable_literal)]
|
85 |
#[cfg(test)]
|
84 |
#[allow(clippy::unreadable_literal)]
|
85 |
#[cfg(test)]
|
22 |
#[rustfmt::skip]
|
23 |
#[allow(clippy::unreadable_literal)]
|
24 |
static DIVS: [u64; 20] = [
|
451 |
#[rustfmt::skip]
|
452 |
#[allow(clippy::unreadable_literal)]
|
453 |
fn add_implied_accesses(implied_access: ImpliedAccess, instruction: &Instruction, info: &mut InstructionInfo, flags: u32) {
|
64 |
#[test]
|
65 |
#[allow(clippy::unreadable_literal)]
|
66 |
fn test_parse_hex() {
|
7 |
)]
|
8 |
#[allow(clippy::unreadable_literal)]
|
9 |
pub mod kernel {
|
7 |
)]
|
8 |
#[allow(clippy::unreadable_literal)]
|
9 |
pub mod kernel_astc {
|
55 |
fn decode_correctly_decodes_rl_with_leading_zeros() {
|
56 |
#[allow(clippy::inconsistent_digit_grouping, clippy::unreadable_literal)]
|
57 |
let input = [0b00000000, 0b10011001, 0b1100_0000];
|
67 |
fn decode_correctly_decodes_rl_with_leading_ones() {
|
68 |
#[allow(clippy::inconsistent_digit_grouping, clippy::unreadable_literal)]
|
69 |
let input = [0b11011111, 0b11111101];
|
79 |
fn decode_correctly_decodes_rlgr3() {
|
80 |
#[allow(clippy::inconsistent_digit_grouping, clippy::unreadable_literal)]
|
81 |
let input = [0b110000_00];
|
91 |
fn decode_correctly_decodes_rlgr1() {
|
92 |
#[allow(clippy::inconsistent_digit_grouping, clippy::unreadable_literal)]
|
93 |
let input = [0b11000111, 0b11111000];
|
134 |
let expected = "The quick brown fox jumps over the lazy dog".as_bytes();
|
135 |
#[allow(clippy::inconsistent_digit_grouping, clippy::unreadable_literal)]
|
136 |
let mut buffer = vec![0b10001_000, 0b00_000000, 0b00010101, 0b1_0000000];
|
213 |
fn zgfx_decopresses_unencoded_block_without_padding() {
|
214 |
#[allow(clippy::inconsistent_digit_grouping, clippy::unreadable_literal)]
|
215 |
let buffer = [
|
1 |
#[allow(clippy::unreadable_literal)]
|
2 |
pub const MINHASH_PERMUTATIONS: [[u64; 2]; 64] = [
|
69 |
#[allow(clippy::unreadable_literal)]
|
70 |
pub const CHUNKING_GEAR: [u64; 256] = [
|
88 |
use super::*;
|
89 |
#[allow(clippy::unreadable_literal)]
|
90 |
#[test]
|
424 |
fn check_mod_97_test() {
|
425 |
#[allow(clippy::unreadable_literal)]
|
426 |
let remainder = 2348231271500u64 % 97;
|
453 |
#[allow(
|
454 |
clippy::unreadable_literal,
|
455 |
clippy::cast_sign_loss,
|
30 |
];
|
31 |
#[allow(clippy::unreadable_literal)]
|
32 |
const STRINGS_TO_TEST: [(&str, i32); 4] = [
|
97 |
#[cfg(test)]
|
98 |
#[allow(clippy::unreadable_literal)]
|
99 |
mod tests {
|
11 |
#[allow(clippy::unreadable_literal)]
|
12 |
mod sqlstate;
|
41 |
///
|
42 |
#[allow(clippy::cast_ptr_alignment, clippy::unreadable_literal)]
|
43 |
#[doc(hidden)]
|
63 |
/// Like above but with 32 byte slices
|
64 |
#[allow(clippy::cast_ptr_alignment, clippy::unreadable_literal)]
|
65 |
#[doc(hidden)]
|
245 |
#[inline]
|
246 |
#[allow(clippy::unreadable_literal)]
|
247 |
pub(crate) fn epsmch<F: RealField>() -> F {
|
255 |
#[inline]
|
256 |
#[allow(clippy::unreadable_literal)]
|
257 |
pub(crate) fn giant<F: Float>() -> F {
|
265 |
#[inline]
|
266 |
#[allow(clippy::unreadable_literal)]
|
267 |
pub(crate) fn dwarf<F: Float>() -> F {
|
127 |
fn write_number() {
|
128 |
#[allow(clippy::unreadable_literal)]
|
129 |
let value = Value::from(Number::from(-11.287888289184039));
|
160 |
impl Rand for Xoshiro256StarRand {
|
161 |
#[allow(clippy::unreadable_literal)]
|
162 |
fn set_seed(&mut self, seed: u64) {
|
206 |
impl Rand for XorShift64Rand {
|
207 |
#[allow(clippy::unreadable_literal)]
|
208 |
fn set_seed(&mut self, seed: u64) {
|
239 |
impl Rand for Lehmer64Rand {
|
240 |
#[allow(clippy::unreadable_literal)]
|
241 |
fn set_seed(&mut self, seed: u64) {
|
245 |
#[inline]
|
246 |
#[allow(clippy::unreadable_literal)]
|
247 |
fn next(&mut self) -> u64 {
|
293 |
#[inline]
|
294 |
#[allow(clippy::unreadable_literal)]
|
295 |
fn next(&mut self) -> u64 {
|
72 |
#[cfg(test)]
|
73 |
#[allow(clippy::unreadable_literal)]
|
74 |
#[allow(clippy::excessive_precision)]
|
90 |
#[cfg(test)]
|
91 |
#[allow(clippy::unreadable_literal)]
|
92 |
#[allow(clippy::excessive_precision)]
|
401 |
#[cfg(test)]
|
402 |
#[allow(clippy::unreadable_literal)]
|
403 |
#[allow(clippy::excessive_precision)]
|
165 |
#[cfg(test)]
|
166 |
#[allow(clippy::unreadable_literal)]
|
167 |
#[allow(clippy::excessive_precision)]
|
262 |
#[cfg(test)]
|
263 |
#[allow(clippy::unreadable_literal)]
|
264 |
#[allow(clippy::excessive_precision)]
|
80 |
#[cfg(test)]
|
81 |
#[allow(clippy::unreadable_literal)]
|
82 |
#[allow(clippy::excessive_precision)]
|
64 |
#[cfg(test)]
|
65 |
#[allow(clippy::unreadable_literal)]
|
66 |
#[allow(clippy::excessive_precision)]
|
76 |
#[cfg(test)]
|
77 |
#[allow(clippy::unreadable_literal)]
|
78 |
#[allow(clippy::excessive_precision)]
|
84 |
#[cfg(test)]
|
85 |
#[allow(clippy::unreadable_literal)]
|
86 |
#[allow(clippy::excessive_precision)]
|
70 |
#[cfg(test)]
|
71 |
#[allow(clippy::unreadable_literal)]
|
72 |
#[allow(clippy::excessive_precision)]
|
8 |
#[allow(clippy::unreadable_literal)]
|
9 |
#[allow(clippy::excessive_precision)]
|
170 |
#[allow(dead_code)]
|
171 |
#[allow(clippy::unreadable_literal)]
|
172 |
#[allow(clippy::trivially_copy_pass_by_ref)]
|
45 |
// Therefore, we have to use our own "UTF-8-ish" encoder, which the following is.
|
46 |
#[allow(clippy::unreadable_literal)]
|
47 |
fn lua_utf8ish_encode(c: u32, buf: &mut [u8]) -> Result<usize, LexerErrorKind> {
|
482 |
#[allow(clippy::unreadable_literal)]
|
483 |
let value = u32::from_str_radix(hex, 16)
|
11 |
#[allow(clippy::unreadable_literal)]
|
12 |
mod sqlstate;
|
257 |
#[test]
|
258 |
#[allow(clippy::unreadable_literal)]
|
259 |
fn test_page_size_huge() {
|
250 |
#[allow(clippy::float_cmp)]
|
251 |
#[allow(clippy::unreadable_literal)]
|
252 |
#[allow(clippy::excessive_precision)]
|
372 |
#[allow(clippy::unreadable_literal)]
|
373 |
#[test]
|
367 |
#[allow(clippy::unreadable_literal)]
|
368 |
#[test]
|
1 |
#[allow(clippy::unreadable_literal)]
|
2 |
pub const CRC32_TABLE: &[u32] = &[
|
1 |
//! MPEG _Cyclic Redundancy Check_ calculation
|
2 |
#[allow(clippy::unreadable_literal)]
|
3 |
const CRC_TABLE: [u32; 256] = [
|
386 |
#[allow(clippy::unreadable_literal)]
|
387 |
#[test]
|
139 |
pub fn test() -> Self {
|
140 |
#[allow(clippy::unreadable_literal)]
|
141 |
Self {
|
139 |
pub fn test() -> Self {
|
140 |
#[allow(clippy::unreadable_literal)]
|
141 |
Self {
|
139 |
fn default() -> Self {
|
140 |
#[allow(clippy::unreadable_literal)]
|
141 |
Self {
|
15 |
#[allow(clippy::unreadable_literal)]
|
16 |
impl Crc32Computer {
|
90 |
#[allow(clippy::unreadable_literal)]
|
91 |
impl Crc8Computer {
|
767 |
#[cfg(test)]
|
768 |
#[allow(clippy::unreadable_literal)]
|
769 |
mod tests {
|
32 |
#[allow(clippy::upper_case_acronyms)]
|
33 |
#[allow(clippy::unreadable_literal)]
|
34 |
#[allow(unknown_lints, clippy::borrow_as_ptr)]
|
46 |
#[allow(
|
47 |
clippy::unreadable_literal,
|
48 |
clippy::match_bool,
|
36 |
#[test]
|
37 |
#[allow(clippy::unreadable_literal)]
|
38 |
#[allow(clippy::float_cmp)]
|
57 |
#[test]
|
58 |
#[allow(clippy::unreadable_literal)]
|
59 |
#[allow(clippy::float_cmp)]
|
597 |
#[cfg(test)]
|
598 |
#[allow(clippy::unreadable_literal, clippy::float_cmp)]
|
599 |
mod tests {
|
428 |
/// out the same.
|
429 |
#[allow(clippy::unreadable_literal)]
|
430 |
#[test]
|
715 |
#[test]
|
716 |
#[allow(clippy::unreadable_literal)]
|
717 |
fn parse_valid() {
|
39 |
#[allow(clippy::unreadable_literal)]
|
40 |
/// The BLAKE2b initialization vector as defined in the RFC 7693.
|
201 |
#[allow(clippy::unreadable_literal)]
|
202 |
/// Initialize a `State` struct with a given size a key and optional key.
|
93 |
#[rustfmt::skip]
|
94 |
#[allow(clippy::unreadable_literal)]
|
95 |
/// The SHA256 constants as defined in FIPS 180-4.
|
115 |
#[rustfmt::skip]
|
116 |
#[allow(clippy::unreadable_literal)]
|
117 |
/// The SHA256 initial hash value H(0) as defined in FIPS 180-4.
|
95 |
#[rustfmt::skip]
|
96 |
#[allow(clippy::unreadable_literal)]
|
97 |
/// The SHA384 initial hash value H(0) as defined in FIPS 180-4.
|
92 |
#[rustfmt::skip]
|
93 |
#[allow(clippy::unreadable_literal)]
|
94 |
/// The SHA512 constants as defined in FIPS 180-4.
|
118 |
#[rustfmt::skip]
|
119 |
#[allow(clippy::unreadable_literal)]
|
120 |
/// The SHA512 initial hash value H(0) as defined in FIPS 180-4.
|
227 |
#[allow(clippy::unreadable_literal)]
|
228 |
/// Initialize a `Poly1305` struct with a given one-time key.
|
186 |
impl ChaCha20 {
|
187 |
#[allow(clippy::unreadable_literal)]
|
188 |
/// Initialize either a ChaCha or HChaCha state with a `secret_key` and
|
354 |
#[allow(clippy::unreadable_literal)]
|
355 |
#[test]
|
64 |
#[cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
65 |
mod phf_cur {
|
10 |
#[allow(clippy::unreadable_literal)]
|
11 |
pub const ELEMENTS: &[Element] = &[
|
128 |
#[allow(clippy::many_single_char_names)]
|
129 |
#[allow(clippy::unreadable_literal)]
|
130 |
pub fn hlc(h: f64, L: f64, c: f64) -> Color {
|
281 |
#[allow(overflowing_literals)]
|
282 |
#[allow(clippy::unreadable_literal)]
|
283 |
const E_NOT_SUFFICIENT_BUFFER: HRESULT = 0x8007007A;
|
438 |
/// A dark color theme.
|
439 |
#[allow(clippy::unreadable_literal)]
|
440 |
pub const fn dark() -> Self {
|
457 |
/// A light color theme.
|
458 |
#[allow(clippy::unreadable_literal)]
|
459 |
pub const fn light() -> Self {
|
21 |
#[test]
|
22 |
#[allow(clippy::excessive_precision, clippy::float_cmp, clippy::unreadable_literal)]
|
23 |
#[cfg(feature = "std")]
|
51 |
#[test]
|
52 |
#[allow(clippy::unreadable_literal)]
|
53 |
fn convert_f64_to_u256_overflow() {
|
114 |
#[test]
|
115 |
#[allow(clippy::unreadable_literal)]
|
116 |
fn test_decide() {
|
4 |
#[allow(clippy::unreadable_literal)]
|
5 |
pub fn antialias(side_info: &GranuleChannelSideInfo, samples: &mut [f32; 576]) {
|
590 |
#[allow(clippy::unreadable_literal)]
|
591 |
#[allow(clippy::excessive_precision)]
|
1107 |
#[allow(clippy::unreadable_literal)]
|
1108 |
#[allow(clippy::excessive_precision)]
|
3263 |
// INTENSITY_STEREO_RATIOS[i][1] = 1.0 / (1.0 + angle)
|
3264 |
#[allow(clippy::unreadable_literal)]
|
3265 |
pub const INTENSITY_STEREO_RATIOS: [[f32; 2]; 6] = [
|
3275 |
// LFS_INTENSITY_STEREO_RATIOS[i] = 2^(-e/4)
|
3276 |
#[allow(clippy::unreadable_literal)]
|
3277 |
pub const LFS_INTENSITY_STEREO_RATIOS: [f32; 33] = [
|
3313 |
#[allow(clippy::unreadable_literal)]
|
3314 |
pub const COS_N36: [[f32; 36]; 18] = [
|
778 |
#[allow(clippy::unreadable_literal)]
|
779 |
#[test]
|
397 |
#[allow(clippy::unreadable_literal)]
|
398 |
#[test]
|
33 |
*/
|
34 |
#[allow(clippy::unreadable_literal)]
|
35 |
#[allow(clippy::excessive_precision)]
|
2 |
#[rustfmt::skip]
|
3 |
#[allow(clippy::unreadable_literal)]
|
4 |
const V0: [u32; 256] = [
|
59 |
#[rustfmt::skip]
|
60 |
#[allow(clippy::unreadable_literal)]
|
61 |
const V1: [u32; 256] = [
|
116 |
#[rustfmt::skip]
|
117 |
#[allow(clippy::unreadable_literal)]
|
118 |
const V2: [u32; 256] = [
|
173 |
#[rustfmt::skip]
|
174 |
#[allow(clippy::unreadable_literal)]
|
175 |
const V3: [u32; 256] = [
|
329 |
impl From<&[u8]> for FourCC {
|
330 |
#[allow(clippy::unreadable_literal)]
|
331 |
fn from(data: &[u8]) -> Self {
|
421 |
#[test]
|
422 |
#[allow(clippy::unreadable_literal)]
|
423 |
fn test_div_8by4_one() {
|
474 |
// We don't mind large number literals here.
|
475 |
#[allow(clippy::unreadable_literal)]
|
476 |
#[cfg(test)]
|
157 |
#[cfg(test)]
|
158 |
#[allow(clippy::unreadable_literal)]
|
159 |
#[allow(clippy::zero_prefixed_literal)]
|
188 |
#[allow(clippy::unreadable_literal)]
|
189 |
const N: Uint<256, 4> = Uint::from_limbs([
|
84 |
#[test]
|
85 |
#[allow(clippy::unreadable_literal)]
|
86 |
fn test_roundtrip_biguint() {
|
98 |
#[test]
|
99 |
#[allow(clippy::unreadable_literal)]
|
100 |
fn test_roundtrip_bigint() {
|
318 |
fn test_basic() {
|
319 |
#[allow(clippy::unreadable_literal)]
|
320 |
const N: Uint<256, 4> = Uint::from_limbs([
|
197 |
#[test]
|
198 |
#[allow(clippy::unreadable_literal)]
|
199 |
fn test_overflow_during_parsing() {
|
101 |
#[allow(clippy::unreadable_literal)] // TODO: Make this clear.
|
102 |
const DAYS_BEFORE_UNIX_EPOCH_AD: u64 = 719162;
|
135 |
#[allow(clippy::unreadable_literal)] // TODO: Make this clear.
|
136 |
#[test]
|
46 |
#[allow(clippy::unreadable_literal)] // TODO: Make this clear.
|
47 |
let time = webpki::Time::from_seconds_since_unix_epoch(1492441716);
|
67 |
#[allow(clippy::unreadable_literal)]
|
68 |
let time = webpki::Time::from_seconds_since_unix_epoch(1663495771);
|
116 |
#[allow(clippy::unreadable_literal)] // TODO: Make this clear.
|
117 |
let time = webpki::Time::from_seconds_since_unix_epoch(1619256684);
|
134 |
#[allow(clippy::unreadable_literal)] // TODO: Make this clear.
|
135 |
let time = webpki::Time::from_seconds_since_unix_epoch(1547363522);
|
22 |
// Why not just a Vec? Because I've reimplemented this a half-dozen times...
|
23 |
#[allow(clippy::excessive_precision, clippy::unreadable_literal)]
|
24 |
impl ColorPicker {
|
98 |
#[allow(clippy::unreadable_literal)]
|
99 |
#[allow(clippy::excessive_precision)]
|
137 |
#[allow(clippy::unreadable_literal)] // TODO: Make this clear.
|
138 |
#[test]
|
175 |
#[allow(clippy::unreadable_literal)]
|
176 |
match (opcode, funct3, funct7) {
|
82 |
#[allow(clippy::unreadable_literal)]
|
83 |
let j = json!({
|
44 |
#[allow(clippy::unreadable_literal)]
|
45 |
#[test]
|
23 |
#[allow(clippy::unreadable_literal)]
|
24 |
/// Creates a new Author from a date and software defined value.
|
667 |
}
|
668 |
#[allow(clippy::unreadable_literal)]
|
669 |
#[test]
|
1 |
#[allow(clippy::unreadable_literal)]
|
2 |
pub(crate) const POW10_COMPONENTS: [(u64, i32); 634] = [
|
639 |
#[allow(clippy::unreadable_literal)]
|
640 |
pub(crate) const MANTISSA_128: [u64; 634] = [
|
527 |
}
|
528 |
#[allow(clippy::unreadable_literal)]
|
529 |
#[test]
|
339 |
#[test]
|
340 |
#[allow(clippy::unreadable_literal)]
|
341 |
fn parse_coord() {
|
5 |
#[allow(clippy::unreadable_literal, clippy::naive_bytecount)]
|
6 |
mod expressions;
|
16 |
#[allow(non_upper_case_globals)]
|
17 |
#[allow(clippy::unreadable_literal)]
|
18 |
mod bindings {
|
64 |
/// ["Free Unix Spectrum Emulator"]: http://fuse-emulator.sourceforge.net/
|
65 |
#[allow(clippy::unreadable_literal,clippy::excessive_precision)]
|
66 |
pub const FUSE_AMPS: [f32;16] = [0.000000000, 0.0137483785, 0.020462349, 0.029053178,
|
729 |
#[cfg(feature = "serialization")]
|
730 |
#[allow(clippy::unreadable_literal)]
|
731 |
#[test]
|
747 |
#[cfg(feature = "serialization")]
|
748 |
#[allow(clippy::unreadable_literal)]
|
749 |
#[test]
|
47 |
#[cfg(feature = "serialization")]
|
48 |
#[allow(clippy::unreadable_literal)]
|
49 |
#[allow(clippy::too_many_lines)]
|
64 |
#[test]
|
65 |
#[allow(clippy::unreadable_literal)]
|
66 |
fn test_parse_hex() {
|
864 |
#[cfg(test)]
|
865 |
#[allow(clippy::unreadable_literal)]
|
866 |
mod tests {
|
119 |
// Ref: http://web.mit.edu/freebsd/head/sys/libkern/crc32.c
|
120 |
#[allow(clippy::unreadable_literal)]
|
121 |
const CRC32_TAB: [u32; 256] = [
|
6 |
#[cfg_attr(feature = "cargo-clippy", allow(const_static_lifetime))]
|
7 |
#[cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
10 |
/// Synthesis window D[i], defined in Table B.3 of ISO/IEC 11172-3.
|
11 |
#[allow(clippy::unreadable_literal)]
|
12 |
#[rustfmt::skip]
|
17 |
/// As defined in section 10.1 of the Vorbis I specification.
|
18 |
#[allow(clippy::unreadable_literal)]
|
19 |
#[allow(clippy::excessive_precision)]
|
25 |
clippy::items_after_statements,
|
26 |
clippy::unreadable_literal,
|
27 |
clippy::unnested_or_patterns
|
21 |
#[test]
|
22 |
#[allow(clippy::excessive_precision, clippy::float_cmp, clippy::unreadable_literal)]
|
23 |
#[cfg(feature = "std")]
|
51 |
#[test]
|
52 |
#[allow(clippy::unreadable_literal)]
|
53 |
fn convert_f64_to_u256_overflow() {
|
15 |
#[allow(clippy::cognitive_complexity)]
|
16 |
#[allow(clippy::unreadable_literal)]
|
17 |
fn main() {
|
133 |
/// ```
|
134 |
#[allow(clippy::unreadable_literal)]
|
135 |
fn deserialize(buf: Buffer) -> Result<Self> {
|
300 |
/// ```
|
301 |
#[allow(clippy::unreadable_literal)]
|
302 |
fn deserialize(buf: Buffer) -> Result<Self> {
|
38 |
/// ```
|
39 |
#[allow(clippy::unreadable_literal)]
|
40 |
fn serialize(&self, buf: Buffer) {
|
186 |
/// ```
|
187 |
#[allow(clippy::unreadable_literal)]
|
188 |
fn serialize(&self, buf: Buffer) {
|
11 |
#[allow(clippy::unreadable_literal)]
|
12 |
mod sqlstate;
|
734 |
#[allow(deprecated)]
|
735 |
#[allow(clippy::unreadable_literal)]
|
736 |
fn test_calculate_key_tag() {
|
659 |
#[test]
|
660 |
#[allow(clippy::unreadable_literal)]
|
661 |
fn test_insert_soa() {
|
799 |
#[test]
|
800 |
#[allow(clippy::unreadable_literal)]
|
801 |
fn test_remove_soa() {
|
95 |
#[allow(clippy::unreadable_literal)]
|
96 |
fn get_u32_data() -> Vec<(u32, Vec<u8>)> {
|
41 |
#[allow(clippy::unreadable_literal)]
|
42 |
pub fn test_soa<A: Authority<Lookup = AuthLookup>>(authority: A) {
|
46 |
#[allow(clippy::unreadable_literal)]
|
47 |
pub fn test_soa<A: Authority<Lookup = AuthLookup>>(authority: A, keys: &[DNSKEY]) {
|
49 |
/// The maximum number of bytes for a fragmented packet.
|
50 |
#[allow(clippy::unreadable_literal)]
|
51 |
const MAX_FRAGMENTS_LENGTH: usize = 40960;
|
57 |
/// The maximum decompressed size of a packet.
|
58 |
#[allow(clippy::unreadable_literal)]
|
42 |
#[cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
43 |
pub const MAPPING: CharDataTable<super::Mapping> = include!("../tables/idna_mapping.rsv");
|
3 |
#[allow(dead_code, clippy::redundant_static_lifetimes, clippy::unreadable_literal)]
|
4 |
#[rustfmt::skip]
|
3 |
#[allow(dead_code, clippy::redundant_static_lifetimes, clippy::unreadable_literal)]
|
4 |
#[rustfmt::skip]
|
18 |
// discovered by Jim Sinclair on 2011-04-20, see miller-rabin.appspot.com
|
19 |
#[allow(clippy::unreadable_literal)]
|
20 |
const BASIS: &'static [u64] = &[2, 325, 9375, 28178, 450775, 9780504, 1795265022];
|
26 |
// discovered by Steve Worley on 2013-05-27, see miller-rabin.appspot.com
|
27 |
#[allow(clippy::unreadable_literal)]
|
28 |
const BASIS: &'static [u64] = &[
|
8 |
/// Specific types of devices require buffers of corresponding types.
|
9 |
#[allow(clippy::unreadable_literal)]
|
10 |
#[rustfmt::skip]
|
7 |
/// Control data type
|
8 |
#[allow(clippy::unreadable_literal)]
|
9 |
#[rustfmt::skip]
|
3 |
/// Memory used for buffer exchange
|
4 |
#[allow(clippy::unreadable_literal)]
|
5 |
#[rustfmt::skip]
|
22 |
/// VapourSynth plugins.
|
23 |
#[allow(clippy::unreadable_literal)]
|
24 |
#[repr(i32)]
|
42 |
}
|
43 |
#[allow(clippy::unreadable_literal)]
|
44 |
#[repr(i32)]
|
58 |
}
|
59 |
#[allow(clippy::unreadable_literal)]
|
60 |
#[repr(i32)]
|
112 |
#[test]
|
113 |
#[allow(clippy::unreadable_literal)]
|
114 |
fn test_parse_vcf_contig_header() {
|
139 |
#[test]
|
140 |
#[allow(clippy::unreadable_literal)]
|
141 |
fn test_parse_vcf_alt_header() {
|
156 |
#[test]
|
157 |
#[allow(clippy::unreadable_literal)]
|
158 |
fn test_parse_vcf_filter_header() {
|
331 |
#[test]
|
332 |
#[allow(clippy::unreadable_literal)]
|
333 |
fn test_parse_header() -> Result<(), VCFError> {
|
106 |
#[test]
|
107 |
#[allow(clippy::unreadable_literal)]
|
108 |
#[allow(clippy::cognitive_complexity)]
|
302 |
#[test]
|
303 |
#[allow(clippy::unreadable_literal)]
|
304 |
fn test_parse_record2() -> Result<(), VCFError> {
|
319 |
#[test]
|
320 |
#[allow(clippy::unreadable_literal)]
|
321 |
fn test_parse_record3() -> Result<(), VCFError> {
|
338 |
#[test]
|
339 |
#[allow(clippy::unreadable_literal)]
|
340 |
fn test_parse_record3_1() -> Result<(), VCFError> {
|
357 |
#[test]
|
358 |
#[allow(clippy::unreadable_literal)]
|
359 |
fn test_parse_record4() -> Result<(), VCFError> {
|
63 |
#[test]
|
64 |
#[allow(clippy::unreadable_literal)]
|
65 |
fn usage_test() -> Result<(), VCFError> {
|
5 |
#[allow(clippy::unreadable_literal)]
|
6 |
mod codegen {
|
48 |
/// ```
|
49 |
#[allow(clippy::unreadable_literal)]
|
50 |
pub fn init_with_events(events: u8) -> (Window, Canvas) {
|
2 |
/// It is intended to be used in the [init_with_events method](../../../graphics/window/struct.Window.html#method.init_with_events).
|
3 |
#[allow(clippy::unreadable_literal)]
|
4 |
pub mod types {
|
101 |
#[allow(clippy::unreadable_literal)] // TODO: Make this clear.
|
102 |
const DAYS_BEFORE_UNIX_EPOCH_AD: u64 = 719162;
|
135 |
#[allow(clippy::unreadable_literal)] // TODO: Make this clear.
|
136 |
#[test]
|
46 |
#[allow(clippy::unreadable_literal)] // TODO: Make this clear.
|
47 |
let time = webpki::Time::from_seconds_since_unix_epoch(1492441716);
|
64 |
#[allow(clippy::unreadable_literal)] // TODO: Make this clear.
|
65 |
let time = webpki::Time::from_seconds_since_unix_epoch(1547363522);
|
150 |
#[cfg(test)]
|
151 |
#[allow(clippy::unreadable_literal)]
|
152 |
mod tests {
|
1 |
#[cfg(test)]
|
2 |
#[allow(clippy::unreadable_literal)]
|
3 |
pub mod tests {
|
13 |
#[cfg(test)]
|
14 |
#[allow(clippy::unreadable_literal)]
|
15 |
mod test;
|
46 |
#[allow(clippy::unreadable_literal)]
|
47 |
fn generate_linear_f32_to_srgb8_table() -> [u32; 104] {
|
136 |
#[allow(clippy::unreadable_literal)]
|
137 |
const ALMOST_ONE: u32 = 0x3f7fffff;
|
138 |
#[allow(clippy::unreadable_literal)]
|
139 |
const MINVAL: u32 = (127 - 13) << 23;
|
26 |
// Results from the cannonical C implementation
|
27 |
#[allow(clippy::unreadable_literal)]
|
28 |
const ORIGINAL_HASHES: [u64; 256] = [
|
82 |
// Results from the cannonical C implementation
|
83 |
#[allow(clippy::unreadable_literal)]
|
84 |
const ORIGINAL_PRNG: [u64; 10] = [
|
97 |
// Results from the cannonical C implementation
|
98 |
#[allow(clippy::unreadable_literal)]
|
99 |
const ORIGINAL_PRNG_SEQ: [u64; 10] = [
|
41 |
///
|
42 |
#[allow(clippy::cast_ptr_alignment, clippy::unreadable_literal)]
|
43 |
#[doc(hidden)]
|
63 |
/// Like above but with 32 byte slices
|
64 |
#[allow(clippy::cast_ptr_alignment, clippy::unreadable_literal)]
|
65 |
#[doc(hidden)]
|
4 |
#[allow(clippy::unreadable_literal)]
|
5 |
#[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Debug)]
|
26 |
#[allow(clippy::unreadable_literal)]
|
27 |
impl FormatColor {
|
500 |
#[cfg(test)]
|
501 |
#[allow(clippy::unreadable_literal)]
|
502 |
mod tests {
|
12 |
#[allow(clippy::unreadable_literal)]
|
13 |
const ROUND_CONSTANTS: [u32; 64] = [
|
24 |
#[allow(clippy::unreadable_literal)]
|
25 |
const IV: [u32; 8] = [
|
103 |
// These constants are copied, but we don't have u256h! to format them here.
|
104 |
#[allow(clippy::unreadable_literal)]
|
105 |
// Variables are relabeled in ways that confuse clippy.
|
111 |
// TODO: Replace literals with u256h!
|
112 |
#[allow(clippy::unreadable_literal)]
|
113 |
#[cfg(test)]
|
202 |
#[allow(clippy::unreadable_literal)]
|
203 |
#[test]
|
477 |
// We don't mind large number literals here.
|
478 |
#[allow(clippy::unreadable_literal)]
|
479 |
#[cfg(test)]
|
304 |
// TODO: Replace literals with u256h!
|
305 |
#[allow(clippy::unreadable_literal)]
|
306 |
#[cfg(test)]
|
146 |
// TODO: Replace literals with u256h!
|
147 |
#[allow(clippy::unreadable_literal)]
|
148 |
#[cfg(test)]
|
116 |
// TODO: Replace literals with u256h!
|
117 |
#[allow(clippy::unreadable_literal)]
|
118 |
#[cfg(test)]
|
245 |
// TODO: Replace literals with u256h!
|
246 |
#[allow(clippy::unreadable_literal)]
|
247 |
// TODO: Better names
|
239 |
#[allow(dead_code)]
|
240 |
#[allow(clippy::unreadable_literal)]
|
241 |
mod ffi;
|
239 |
#[allow(dead_code)]
|
240 |
#[allow(clippy::unreadable_literal)]
|
241 |
mod ffi;
|
27 |
unused_results,
|
28 |
clippy::unreadable_literal,
|
29 |
clippy::module_name_repetitions,
|
3 |
#![doc(html_favicon_url = "https://developer.actyx.com/img/favicon.ico")]
|
4 |
#![allow(clippy::unreadable_literal)]
|
5 |
#![allow(clippy::inconsistent_digit_grouping)]
|
72 |
#![doc(html_favicon_url = "https://developer.actyx.com/img/favicon.ico")]
|
73 |
#![allow(clippy::unreadable_literal)]
|
74 |
#![allow(clippy::inconsistent_digit_grouping)]
|
43 |
pub const fn new() -> Self {
|
44 |
#![allow(clippy::unreadable_literal)]
|
45 |
Self {
|
133 |
fn transform(state: &mut [u32; 4], input: &[u32; 16]) {
|
134 |
#![allow(clippy::unreadable_literal)]
|
135 |
let (mut a, mut b, mut c, mut d) = (state[0], state[1], state[2], state[3]);
|
181 |
pub fn solve(input: &Input) -> Result<u32, String> {
|
182 |
#![allow(clippy::unusual_byte_groupings, clippy::unreadable_literal)]
|
183 |
let mut from_2_to_3 = [Tile3 { bits: 0 }; 16];
|
1 |
//! ADXL343 register addresses
|
2 |
#![allow(non_camel_case_types, clippy::unreadable_literal)]
|
16 |
#![allow(clippy::unreadable_literal)]
|
16 |
#![allow(clippy::unreadable_literal)]
|
94 |
#![deny(clippy::correctness, clippy::complexity, clippy::perf)]
|
95 |
#![allow(clippy::pedantic, clippy::cast_lossless, clippy::unreadable_literal)]
|
96 |
#![cfg_attr(all(not(test), not(feature = "std")), no_std)]
|
1 |
#![allow(clippy::unreadable_literal, clippy::excessive_precision)]
|
171 |
mod tests {
|
172 |
#![allow(clippy::unreadable_literal)]
|
173 |
use super::*;
|
85 |
#![allow(clippy::zero_prefixed_literal)]
|
86 |
#![allow(clippy::unreadable_literal)]
|
87 |
use super::*;
|
105 |
mod tests {
|
106 |
#![allow(clippy::unreadable_literal)]
|
107 |
use super::*;
|
85 |
mod tests {
|
86 |
#![allow(clippy::unreadable_literal)]
|
87 |
use super::*;
|
121 |
mod tests {
|
122 |
#![allow(clippy::unreadable_literal)]
|
123 |
use super::*;
|
103 |
mod tests {
|
104 |
#![allow(clippy::unreadable_literal)]
|
105 |
use super::*;
|
156 |
#![allow(clippy::zero_prefixed_literal)]
|
157 |
#![allow(clippy::unreadable_literal)]
|
158 |
use super::*;
|
126 |
mod tests {
|
127 |
#![allow(clippy::unreadable_literal)]
|
128 |
use super::*;
|
127 |
mod tests {
|
128 |
#![allow(clippy::unreadable_literal)]
|
129 |
use super::*;
|
117 |
mod tests {
|
118 |
#![allow(clippy::unreadable_literal)]
|
119 |
use super::*;
|
10 |
clippy::type_complexity,
|
11 |
clippy::unreadable_literal,
|
12 |
clippy::upper_case_acronyms
|
10 |
clippy::type_complexity,
|
11 |
clippy::unreadable_literal,
|
12 |
clippy::upper_case_acronyms
|
10 |
clippy::type_complexity,
|
11 |
clippy::unreadable_literal,
|
12 |
clippy::upper_case_acronyms
|
10 |
clippy::type_complexity,
|
11 |
clippy::unreadable_literal,
|
12 |
clippy::upper_case_acronyms
|
10 |
clippy::type_complexity,
|
11 |
clippy::unreadable_literal,
|
12 |
clippy::upper_case_acronyms
|
345 |
clippy::too_many_lines,
|
346 |
clippy::unreadable_literal,
|
347 |
clippy::unseparated_literal_suffix,
|
4 |
#![type_length_limit = "536870912"]
|
5 |
#![allow(clippy::let_unit_value, clippy::unreadable_literal)]
|
6 |
#![warn(
|
5 |
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
6 |
#![allow(clippy::approx_constant, clippy::type_complexity, clippy::unreadable_literal, clippy::upper_case_acronyms)]
|
7 |
#![cfg_attr(feature = "dox", feature(doc_cfg))]
|
5 |
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
6 |
#![allow(clippy::approx_constant, clippy::type_complexity, clippy::unreadable_literal)]
|
8 |
clippy::type_complexity,
|
9 |
clippy::unreadable_literal,
|
10 |
clippy::upper_case_acronyms
|
1 |
#![allow(clippy::unreadable_literal)]
|
97 |
#![allow(clippy::match_bool)]
|
98 |
#![allow(clippy::unreadable_literal)]
|
8 |
clippy::type_complexity,
|
9 |
clippy::unreadable_literal,
|
10 |
clippy::upper_case_acronyms
|
20 |
#![allow(clippy::unreadable_literal, clippy::too_many_lines)]
|
5 |
#![allow(clippy::unreadable_literal)]
|
5 |
#![allow(clippy::unreadable_literal)]
|
6 |
#![allow(clippy::needless_range_loop)]
|
7 |
#![allow(clippy::unreadable_literal)]
|
8 |
#![allow(clippy::wrong_self_convention)]
|
93 |
#![allow(clippy::module_name_repetitions, clippy::unreadable_literal)]
|
153 |
mod tests {
|
154 |
#![allow(clippy::unreadable_literal)]
|
155 |
use super::BigUint;
|
3 |
#![allow(non_snake_case, clippy::unreadable_literal)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
3 |
#![allow(non_snake_case, clippy::unreadable_literal)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
2 |
use beatrice::internal::{DateTime, FormatTime};
|
41 |
//! ```
|
42 |
#![allow(clippy::unreadable_literal)]
|
43 |
#![allow(clippy::needless_return)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
37 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
37 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
9 |
#![warn(non_camel_case_types, non_upper_case_globals, unused_qualifications)]
|
10 |
#![allow(clippy::unreadable_literal, clippy::bool_comparison)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
51 |
clippy::too_many_lines,
|
52 |
clippy::unreadable_literal,
|
53 |
clippy::missing_inline_in_public_items,
|
62 |
clippy::too_many_lines,
|
63 |
clippy::unreadable_literal,
|
64 |
clippy::missing_inline_in_public_items,
|
62 |
clippy::too_many_lines,
|
63 |
clippy::unreadable_literal,
|
64 |
clippy::missing_inline_in_public_items,
|
59 |
clippy::too_many_lines,
|
60 |
clippy::unreadable_literal,
|
61 |
clippy::missing_inline_in_public_items,
|
4 |
clippy::too_many_arguments,
|
5 |
clippy::unreadable_literal,
|
6 |
clippy::upper_case_acronyms,
|
10 |
clippy::excessive_precision,
|
11 |
clippy::unreadable_literal,
|
12 |
clippy::float_cmp
|
1 |
#![allow(clippy::excessive_precision, clippy::unreadable_literal)]
|
2 |
pub const BOYS_FUNC_VALUES_S: [[f64; 24]; 201] = [
|
6 |
#![allow(clippy::unreadable_literal, clippy::too_many_lines)]
|
11 |
#![allow(clippy::unreadable_literal)]
|
10 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
24 |
#![cfg_attr(feature = "cargo-clippy", allow(redundant_field_names, single_match, cast_lossless, doc_markdown, match_same_arms, unreadable_literal, new_ret_no_self))]
|
10 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
11 |
#![allow(unused_mut)]
|
12 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
25 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
26 |
#![cfg(not(windows))]
|
25 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
1 |
#![cfg_attr(feature = "cargo-clippy", allow(explicit_iter_loop, unreadable_literal))]
|
3 |
#![allow(non_camel_case_types)]
|
4 |
#![allow(clippy::unreadable_literal)]
|
5 |
#![allow(clippy::write_literal)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
27 |
clippy::shadow_unrelated,
|
28 |
clippy::unreadable_literal,
|
29 |
clippy::unseparated_literal_suffix
|
22 |
clippy::shadow_unrelated,
|
23 |
clippy::unreadable_literal,
|
24 |
clippy::unseparated_literal_suffix
|
27 |
clippy::shadow_unrelated,
|
28 |
clippy::unreadable_literal,
|
29 |
clippy::unseparated_literal_suffix
|
22 |
clippy::shadow_unrelated,
|
23 |
clippy::unreadable_literal,
|
24 |
clippy::unseparated_literal_suffix
|
1 |
#![allow(clippy::unreadable_literal)]
|
5 |
#![deny(clippy::all, clippy::perf, clippy::correctness)]
|
6 |
#![allow(clippy::unreadable_literal)]
|
2 |
#![allow(clippy::many_single_char_names)]
|
3 |
#![allow(clippy::unreadable_literal)]
|
4 |
#![allow(clippy::type_repetition_in_bounds)]
|
1 |
#![warn(clippy::pedantic, clippy::nursery)]
|
2 |
#![allow(clippy::unreadable_literal)]
|
3 |
use std::num::NonZeroU8;
|
1 |
#![allow(non_camel_case_types, clippy::unreadable_literal)]
|
2 |
include!(concat!(env!("OUT_DIR"), "/timezones.rs"));
|
3 |
#![allow(non_upper_case_globals)]
|
4 |
#![allow(clippy::unreadable_literal)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
41 |
mod bundled {
|
42 |
#![allow(missing_docs, clippy::unreadable_literal)]
|
43 |
include!(concat!(env!("OUT_DIR"), "/bundled.rs"));
|
6 |
#![allow(clippy::unreadable_literal)]
|
2 |
#![warn(clippy::pedantic)]
|
3 |
#![allow(clippy::unreadable_literal)]
|
4 |
#![allow(dead_code)]
|
5 |
#![allow(clippy::unreadable_literal)]
|
6 |
#![allow(deref_nullptr)]
|
5 |
clippy::type_complexity,
|
6 |
clippy::unreadable_literal
|
7 |
)]
|
5 |
clippy::type_complexity,
|
6 |
clippy::unreadable_literal
|
7 |
)]
|
284 |
clippy::trivially_copy_pass_by_ref,
|
285 |
clippy::unreadable_literal
|
286 |
)]
|
1 |
#![allow(non_snake_case)]
|
2 |
#![allow(clippy::excessive_precision, clippy::unreadable_literal)]
|
3 |
use super::math::*;
|
4 |
//! and [model_f64] submodules.
|
5 |
#![allow(clippy::excessive_precision, clippy::unreadable_literal)]
|
6 |
use super::chromaticity::*;
|
753 |
fn test_parse_io_service() -> Result<()> {
|
754 |
#![allow(clippy::unreadable_literal)]
|
411 |
fn tets_parse_stat() -> Result<()> {
|
412 |
#![allow(clippy::unreadable_literal)]
|
468 |
fn test_parse_usage_all() -> Result<()> {
|
469 |
#![allow(clippy::unreadable_literal)]
|
921 |
fn test_parse_stat() -> Result<()> {
|
922 |
#![allow(clippy::unreadable_literal)]
|
1013 |
fn test_parse_numa_stat() -> Result<()> {
|
1014 |
#![allow(clippy::unreadable_literal)]
|
7 |
#![warn(clippy::nursery, clippy::pedantic)]
|
8 |
#![allow(clippy::too_many_lines, clippy::unreadable_literal)]
|
6 |
// that was distributed with this source code.
|
7 |
#![allow(clippy::unreadable_literal)]
|
5 |
dead_code,
|
6 |
clippy::unreadable_literal,
|
7 |
clippy::redundant_static_lifetimes,
|
8 |
#![allow(clippy::unreadable_literal)]
|
18 |
cast_lossless,
|
19 |
unreadable_literal,
|
20 |
assign_op_pattern,
|
27 |
#![warn(clippy::all)]
|
28 |
#![allow(clippy::unreadable_literal)]
|
29 |
#![allow(clippy::new_without_default)]
|
2 |
clippy::missing_safety_doc,
|
3 |
clippy::unreadable_literal,
|
4 |
clippy::upper_case_acronyms,
|
1 |
#![allow(clippy::needless_return, clippy::unreadable_literal)]
|
2 |
// #![feature(const_mut_refs)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
2 |
#![allow(clippy::excessive_precision)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
2 |
#![allow(clippy::neg_multiply)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
2 |
#![allow(clippy::excessive_precision)]
|
13 |
clippy::uninlined_format_args,
|
14 |
clippy::unreadable_literal,
|
15 |
clippy::unseparated_literal_suffix
|
3 |
#![allow(clippy::unreadable_literal)]
|
1 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
123 |
// underscores, we could remove it.
|
124 |
clippy::unreadable_literal,
|
125 |
// This is fine; we have constants defined as f32 and f64, so excessive precition for f32 is
|
4 |
#![cfg_attr(feature = "tool_lints", allow(clippy::unreadable_literal))]
|
5 |
#![allow(clippy::unreadable_literal)]
|
72 |
#![allow(clippy::unreadable_literal)]
|
73 |
#![allow(clippy::needless_return)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
12 |
#![allow(clippy::type_complexity)]
|
13 |
#![allow(clippy::unreadable_literal)]
|
14 |
#![allow(clippy::useless_let_if_seq)]
|
1 |
#![feature(test)]
|
2 |
#![allow(clippy::approx_constant, clippy::unreadable_literal)]
|
69 |
clippy::toplevel_ref_arg,
|
70 |
clippy::unreadable_literal,
|
71 |
clippy::unusual_byte_groupings
|
26 |
clippy::non_ascii_literal,
|
27 |
clippy::unreadable_literal,
|
28 |
clippy::unseparated_literal_suffix
|
4 |
clippy::excessive_precision,
|
5 |
clippy::unreadable_literal
|
6 |
)]
|
48 |
clippy::transmute_float_to_int,
|
49 |
clippy::unreadable_literal,
|
50 |
clippy::unseparated_literal_suffix
|
2 |
clippy::approx_constant,
|
3 |
clippy::unreadable_literal,
|
4 |
clippy::unseparated_literal_suffix
|
16 |
#![allow(clippy::too_many_arguments)]
|
17 |
#![allow(clippy::unreadable_literal)]
|
18 |
#![allow(clippy::many_single_char_names)]
|
13 |
non_snake_case,
|
14 |
clippy::unreadable_literal,
|
15 |
clippy::identity_op,
|
97 |
clippy::many_single_char_names,
|
98 |
clippy::unreadable_literal,
|
99 |
clippy::let_and_return,
|
9 |
clippy::many_single_char_names,
|
10 |
clippy::unreadable_literal
|
11 |
)]
|
7 |
#![allow(clippy::unnecessary_cast)]
|
8 |
#![allow(clippy::unreadable_literal)]
|
58 |
#![allow(non_camel_case_types, non_snake_case, clippy::unreadable_literal)]
|
1 |
#![feature(test)]
|
2 |
#![allow(clippy::unreadable_literal)]
|
1 |
#![feature(test)]
|
2 |
#![allow(clippy::unreadable_literal)]
|
3 |
// For code generated by `phf_codegen`.
|
4 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
3 |
// For code generated by `phf_codegen`.
|
4 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
3 |
// For code generated by `phf_codegen`.
|
4 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
3 |
// For code generated by `phf_codegen`.
|
4 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
3 |
// For code generated by `phf_codegen`.
|
4 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
3 |
// For code generated by `phf_codegen`.
|
4 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
3 |
// For code generated by `phf_codegen`.
|
4 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
3 |
// For code generated by `phf_codegen`.
|
4 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
3 |
// For code generated by `phf_codegen`.
|
4 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
3 |
// For code generated by `phf_codegen`.
|
4 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
27 |
#![allow(clippy::unreadable_literal, clippy::wildcard_imports)]
|
14 |
#![allow(clippy::unreadable_literal)]
|
2 |
#![allow(renamed_and_removed_lints)]
|
3 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
1 |
#![allow(clippy::needless_return, clippy::unreadable_literal)]
|
43 |
// Impossible to fulfil in crypto code
|
44 |
clippy::unreadable_literal
|
45 |
)]
|
7 |
clippy::unseparated_literal_suffix,
|
8 |
clippy::unreadable_literal,
|
9 |
deref_nullptr, // https://github.com/rust-lang/rust-bindgen/issues/1651
|
38 |
mod bititer_tests {
|
39 |
#![allow(clippy::unreadable_literal)]
|
14 |
#![allow(clippy::unreadable_literal)]
|
15 |
#![deny(missing_docs)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
2 |
#![allow(non_camel_case_types)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
2 |
#![allow(deref_nullptr)]
|
1 |
#![feature(test)]
|
2 |
#![allow(clippy::unreadable_literal)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
32 |
//! [2] rsdic by Daisuke Okanohara. [https://github.com/hillbig/rsdic](https://github.com/hillbig/rsdic)
|
33 |
#![allow(clippy::unreadable_literal)]
|
10 |
#![allow(
|
11 |
clippy::unreadable_literal,
|
12 |
clippy::upper_case_acronyms,
|
10 |
#![allow(
|
11 |
clippy::unreadable_literal,
|
12 |
clippy::upper_case_acronyms,
|
10 |
#![allow(
|
11 |
clippy::unreadable_literal,
|
12 |
clippy::upper_case_acronyms,
|
1 |
#![allow(
|
2 |
clippy::unreadable_literal,
|
3 |
clippy::upper_case_acronyms,
|
10 |
#![allow(
|
11 |
clippy::unreadable_literal,
|
12 |
clippy::upper_case_acronyms,
|
1 |
#![allow(
|
2 |
clippy::unreadable_literal,
|
3 |
clippy::upper_case_acronyms,
|
10 |
#![allow(
|
11 |
clippy::unreadable_literal,
|
12 |
clippy::upper_case_acronyms,
|
10 |
#![allow(
|
11 |
clippy::unreadable_literal,
|
12 |
clippy::upper_case_acronyms,
|
13 |
#![allow(
|
14 |
clippy::unreadable_literal,
|
15 |
clippy::upper_case_acronyms,
|
10 |
#![allow(
|
11 |
clippy::unreadable_literal,
|
12 |
clippy::upper_case_acronyms,
|
4 |
mod sdk {
|
5 |
#![allow(clippy::unreadable_literal)]
|
6 |
include!(concat!(env!("OUT_DIR"), "/message_type_enum.rs"));
|
4 |
#![allow(dead_code)]
|
5 |
#![allow(clippy::unreadable_literal)]
|
6 |
use serde::ser::Serializer;
|
3 |
#![allow(clippy::redundant_field_names)]
|
4 |
#![allow(clippy::unreadable_literal)]
|
5 |
use super::field_types::*;
|
54 |
#![allow(
|
55 |
clippy::unreadable_literal,
|
56 |
clippy::transmute_ptr_to_ptr,
|
58 |
#![allow(
|
59 |
clippy::unreadable_literal,
|
60 |
clippy::transmute_ptr_to_ptr,
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
66 |
#![deny(warnings, missing_docs)]
|
67 |
#![allow(clippy::unreadable_literal)]
|
1 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
3 |
#![allow(non_snake_case)]
|
4 |
#![allow(clippy::unreadable_literal)]
|
5 |
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
|
8 |
unused_variables,
|
9 |
clippy::unreadable_literal,
|
10 |
clippy::redundant_static_lifetimes
|
13 |
clippy::too_many_arguments,
|
14 |
clippy::unreadable_literal,
|
15 |
clippy::use_self,
|
7 |
)]
|
8 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
7 |
non_upper_case_globals,
|
8 |
clippy::unreadable_literal,
|
9 |
clippy::declare_interior_mutable_const
|
1 |
#![cfg(target_os = "macos")]
|
2 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
1 |
#![warn(clippy::pedantic)]
|
2 |
#![allow(clippy::unreadable_literal, clippy::double_must_use)]
|
16 |
#![allow(clippy::too_many_arguments)]
|
17 |
#![allow(clippy::unreadable_literal)]
|
18 |
#![allow(clippy::many_single_char_names)]
|
8 |
clippy::type_complexity,
|
9 |
clippy::unreadable_literal,
|
10 |
clippy::upper_case_acronyms
|
8 |
clippy::type_complexity,
|
9 |
clippy::unreadable_literal,
|
10 |
clippy::upper_case_acronyms
|
8 |
clippy::type_complexity,
|
9 |
clippy::unreadable_literal,
|
10 |
clippy::upper_case_acronyms
|
8 |
clippy::type_complexity,
|
9 |
clippy::unreadable_literal,
|
10 |
clippy::upper_case_acronyms
|
8 |
clippy::type_complexity,
|
9 |
clippy::unreadable_literal,
|
10 |
clippy::upper_case_acronyms
|
8 |
clippy::type_complexity,
|
9 |
clippy::unreadable_literal,
|
10 |
clippy::upper_case_acronyms
|
8 |
clippy::type_complexity,
|
9 |
clippy::unreadable_literal,
|
10 |
clippy::upper_case_acronyms
|
6 |
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
7 |
#![allow(clippy::approx_constant, clippy::type_complexity, clippy::unreadable_literal, clippy::upper_case_acronyms)]
|
8 |
#![cfg_attr(feature = "dox", feature(doc_cfg))]
|
3 |
#![allow(clippy::trivially_copy_pass_by_ref)]
|
4 |
#![allow(clippy::unreadable_literal)]
|
5 |
#![allow(clippy::missing_safety_doc)]
|
5 |
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
6 |
#![allow(clippy::approx_constant, clippy::type_complexity, clippy::unreadable_literal, clippy::upper_case_acronyms)]
|
7 |
#![cfg_attr(feature = "dox", feature(doc_cfg))]
|
8 |
clippy::type_complexity,
|
9 |
clippy::unreadable_literal,
|
10 |
clippy::upper_case_acronyms
|
23 |
clippy::excessive_precision,
|
24 |
clippy::unreadable_literal
|
25 |
)]
|
8 |
clippy::type_complexity,
|
9 |
clippy::unreadable_literal,
|
10 |
clippy::upper_case_acronyms
|
3 |
#![allow(clippy::trivially_copy_pass_by_ref)]
|
4 |
#![allow(clippy::unreadable_literal)]
|
5 |
#![allow(clippy::missing_safety_doc)]
|
7 |
#![allow(clippy::too_many_arguments)]
|
8 |
#![allow(clippy::unreadable_literal)]
|
9 |
#![allow(clippy::unused_unit)]
|
5 |
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
6 |
#![allow(clippy::approx_constant, clippy::type_complexity, clippy::unreadable_literal)]
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
5 |
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
6 |
#![allow(clippy::approx_constant, clippy::type_complexity, clippy::unreadable_literal)]
|
8 |
clippy::type_complexity,
|
9 |
clippy::unreadable_literal,
|
10 |
clippy::upper_case_acronyms
|
1 |
#![allow(clippy::unreadable_literal)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
13 |
#![deny(missing_debug_implementations)]
|
14 |
#![allow(clippy::unreadable_literal)]
|
15 |
#![cfg_attr(target_os = "cuda", no_std)]
|
8 |
clippy::type_complexity,
|
9 |
clippy::unreadable_literal,
|
10 |
clippy::upper_case_acronyms
|
1 |
#![allow(clippy::unreadable_literal)]
|
4 |
#![allow(non_snake_case)]
|
5 |
#![allow(clippy::unreadable_literal)]
|
6 |
#![allow(clippy::redundant_static_lifetimes)]
|
107 |
match mdid {
|
108 |
#![allow(clippy::unreadable_literal)]
|
109 |
0b000000001 => "Impinj",
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
8 |
clippy::type_complexity,
|
9 |
clippy::unreadable_literal,
|
10 |
clippy::upper_case_acronyms
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
6 |
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
7 |
#![allow(clippy::approx_constant, clippy::type_complexity, clippy::unreadable_literal, clippy::upper_case_acronyms)]
|
8 |
#![cfg_attr(feature = "dox", feature(doc_cfg))]
|
8 |
clippy::type_complexity,
|
9 |
clippy::unreadable_literal
|
10 |
)]
|
8 |
clippy::type_complexity,
|
9 |
clippy::unreadable_literal,
|
10 |
clippy::upper_case_acronyms
|
8 |
clippy::type_complexity,
|
9 |
clippy::unreadable_literal,
|
10 |
clippy::upper_case_acronyms
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
8 |
clippy::type_complexity,
|
9 |
clippy::unreadable_literal,
|
10 |
clippy::upper_case_acronyms
|
6 |
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
7 |
#![allow(clippy::approx_constant, clippy::type_complexity, clippy::unreadable_literal, clippy::upper_case_acronyms)]
|
8 |
#![cfg_attr(feature = "dox", feature(doc_cfg))]
|
228 |
// Usually yes, but not really applicable for most literals in this crate.
|
229 |
clippy::unreadable_literal,
|
230 |
)]
|
64 |
clippy::needless_pass_by_value, // would stop us creating and passing in LaunchOptions to browser in one statement
|
65 |
clippy::unreadable_literal, // not really applicable for timestamps
|
66 |
clippy::too_many_lines,
|
65 |
clippy::needless_pass_by_value, // would stop us creating and passing in LaunchOptions to browser in one statement
|
66 |
clippy::unreadable_literal, // not really applicable for timestamps
|
67 |
clippy::too_many_lines,
|
2 |
#![allow(clippy::float_cmp)]
|
3 |
#![allow(clippy::unreadable_literal)]
|
37 |
#![cfg_attr(docsrs, feature(doc_cfg))]
|
38 |
#![allow(clippy::unreadable_literal)]
|
4 |
#![allow(clippy::redundant_static_lifetimes)]
|
5 |
#![allow(clippy::unreadable_literal)]
|
15 |
#![allow(clippy::trivially_copy_pass_by_ref)]
|
16 |
#![allow(clippy::unreadable_literal)]
|
17 |
#![allow(clippy::upper_case_acronyms)]
|
10 |
clippy::type_complexity,
|
11 |
clippy::unreadable_literal,
|
12 |
clippy::upper_case_acronyms
|
10 |
clippy::type_complexity,
|
11 |
clippy::unreadable_literal,
|
12 |
clippy::upper_case_acronyms
|
10 |
clippy::type_complexity,
|
11 |
clippy::unreadable_literal,
|
12 |
clippy::upper_case_acronyms
|
3 |
#![allow(non_snake_case)]
|
4 |
#![allow(clippy::unreadable_literal)]
|
5 |
use pavo_traits::{impl_as_bundle_many, AsPtr, AsPtrMut};
|
10 |
clippy::many_single_char_names,
|
11 |
clippy::unreadable_literal
|
12 |
)]
|
10 |
clippy::many_single_char_names,
|
11 |
clippy::unreadable_literal
|
12 |
)]
|
10 |
clippy::many_single_char_names,
|
11 |
clippy::unreadable_literal
|
12 |
)]
|
6 |
#![allow(non_snake_case)]
|
7 |
#![allow(clippy::unreadable_literal)]
|
6 |
#![warn(clippy::pedantic)]
|
7 |
#![allow(clippy::unreadable_literal)]
|
8 |
#![no_std]
|
1 |
#![allow(clippy::enum_clike_unportable_variant, clippy::unreadable_literal)]
|
2 |
#![cfg(not(feature = "serde"))]
|
1 |
#![allow(clippy::unreadable_literal)]
|
2 |
#![cfg(feature = "serde")]
|
7 |
)]
|
8 |
#![allow(clippy::unreadable_literal, clippy::missing_safety_doc)]
|
38 |
clippy::must_use_candidate,
|
39 |
clippy::unreadable_literal
|
40 |
)]
|
38 |
clippy::must_use_candidate,
|
39 |
clippy::unreadable_literal
|
40 |
)]
|
6 |
#![warn(clippy::cargo)]
|
7 |
#![allow(clippy::unreadable_literal)]
|
8 |
clippy::type_complexity,
|
9 |
clippy::unreadable_literal,
|
10 |
clippy::upper_case_acronyms
|
8 |
clippy::type_complexity,
|
9 |
clippy::unreadable_literal,
|
10 |
clippy::upper_case_acronyms
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
1 |
#![allow(clippy::unreadable_literal,clippy::identity_op)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
3 |
#![no_std]
|
4 |
#![allow(clippy::needless_return, clippy::unreadable_literal)]
|
5 |
pub mod debug_handlers;
|
1 |
#![allow(clippy::unreadable_literal)]
|
4 |
#![allow(unused)]
|
5 |
#![allow(clippy::unreadable_literal)]
|
6 |
#![allow(clippy::many_single_char_names)]
|
4 |
#![allow(unused)]
|
5 |
#![allow(clippy::unreadable_literal)]
|
6 |
#![allow(clippy::many_single_char_names)]
|
75 |
#![allow(
|
76 |
clippy::unreadable_literal,
|
77 |
clippy::many_single_char_names,
|
1 |
#![allow(clippy::unreadable_literal)]
|
2 |
use std::f64::consts::FRAC_2_PI;
|
1 |
#![allow(clippy::many_single_char_names)]
|
2 |
#![allow(clippy::unreadable_literal)]
|
11 |
// These literals won't be any more readable with extra underscores.
|
12 |
#![allow(clippy::unreadable_literal)]
|
1 |
#![allow(clippy::inconsistent_digit_grouping, clippy::unreadable_literal)]
|
2 |
pub use error::Error;
|
3 |
#![allow(non_snake_case)]
|
4 |
#![allow(clippy::unreadable_literal)]
|
5 |
#![allow(clippy::redundant_static_lifetimes)]
|
97 |
#![allow(clippy::match_bool)]
|
98 |
#![allow(clippy::unreadable_literal)]
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
18 |
#![allow(
|
19 |
clippy::unreadable_literal,
|
20 |
clippy::type_repetition_in_bounds,
|
27 |
clippy::module_name_repetitions,
|
28 |
clippy::unreadable_literal
|
29 |
)]
|
6 |
#![allow(
|
7 |
clippy::unreadable_literal,
|
8 |
clippy::type_repetition_in_bounds,
|
15 |
clippy::module_name_repetitions,
|
16 |
clippy::unreadable_literal
|
17 |
)]
|
7 |
#![allow(
|
8 |
clippy::unreadable_literal,
|
9 |
clippy::type_repetition_in_bounds,
|
16 |
clippy::module_name_repetitions,
|
17 |
clippy::unreadable_literal
|
18 |
)]
|
11 |
#![allow(
|
12 |
clippy::unreadable_literal,
|
13 |
clippy::type_repetition_in_bounds,
|
20 |
clippy::module_name_repetitions,
|
21 |
clippy::unreadable_literal
|
22 |
)]
|
6 |
#![allow(
|
7 |
clippy::unreadable_literal,
|
8 |
clippy::type_repetition_in_bounds,
|
15 |
clippy::module_name_repetitions,
|
16 |
clippy::unreadable_literal
|
17 |
)]
|
8 |
#![allow(
|
9 |
clippy::unreadable_literal,
|
10 |
clippy::type_repetition_in_bounds,
|
17 |
clippy::module_name_repetitions,
|
18 |
clippy::unreadable_literal
|
19 |
)]
|
8 |
clippy::redundant_static_lifetimes,
|
9 |
clippy::unreadable_literal,
|
10 |
clippy::cognitive_complexity
|
8 |
clippy::redundant_static_lifetimes,
|
9 |
clippy::unreadable_literal,
|
10 |
clippy::cognitive_complexity
|
8 |
clippy::redundant_static_lifetimes,
|
9 |
clippy::unreadable_literal,
|
10 |
clippy::cognitive_complexity
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
12 |
#![allow(non_snake_case)]
|
13 |
#![allow(clippy::unreadable_literal)]
|
14 |
#![allow(clippy::redundant_static_lifetimes)]
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
8 |
clippy::type_complexity,
|
9 |
clippy::unreadable_literal
|
10 |
)]
|
4 |
#![allow(clippy::redundant_static_lifetimes)]
|
5 |
#![allow(clippy::unreadable_literal)]
|
4 |
#![cfg_attr(all(feature = "unstable"), feature(core_intrinsics))]
|
5 |
#![allow(clippy::unreadable_literal)]
|
6 |
#![allow(clippy::many_single_char_names)]
|
5 |
#![allow(non_upper_case_globals)]
|
6 |
#![allow(clippy::unreadable_literal)]
|
5 |
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
6 |
#![cfg_attr(feature = "cargo-clippy", allow(approx_constant, type_complexity, unreadable_literal))]
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
5 |
#![allow(non_upper_case_globals)]
|
6 |
#![allow(clippy::unreadable_literal)]
|
7 |
#![allow(clippy::upper_case_acronyms)]
|
5 |
#![allow(clippy::redundant_static_lifetimes)]
|
6 |
#![allow(clippy::unreadable_literal)]
|
7 |
#![allow(clippy::missing_safety_doc)]
|
19 |
#![allow(clippy::redundant_static_lifetimes)]
|
20 |
#![allow(clippy::unreadable_literal)]
|
21 |
#![allow(non_camel_case_types)]
|
3 |
#![allow(clippy::unreadable_literal)]
|
1 |
#![allow(non_camel_case_types, non_upper_case_globals)]
|
2 |
#![allow(clippy::unreadable_literal, clippy::missing_safety_doc)]
|
8 |
)]
|
9 |
#![allow(clippy::unreadable_literal)]
|
2 |
#![allow(bad_style)]
|
3 |
#![allow(clippy::unreadable_literal)]
|
6 |
#![allow(
|
7 |
clippy::unreadable_literal,
|
8 |
clippy::missing_panics_doc,
|
5 |
#![allow(clippy::redundant_static_lifetimes)]
|
6 |
#![allow(clippy::unreadable_literal)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
2 |
use crate::history::Features;
|
1 |
#![allow(clippy::many_single_char_names, clippy::unreadable_literal)]
|
2 |
use core::convert::TryInto;
|
64 |
clippy::needless_pass_by_value, // would stop us creating and passing in LaunchOptions to browser in one statement
|
65 |
clippy::unreadable_literal, // not really applicable for timestamps
|
66 |
clippy::too_many_lines,
|
1 |
#![allow(clippy::unreadable_literal)]
|
2 |
use crate::error::Error;
|
36 |
clippy::too_many_lines,
|
37 |
clippy::unreadable_literal
|
38 |
)]
|
34 |
clippy::too_many_lines,
|
35 |
clippy::unreadable_literal
|
36 |
)]
|
36 |
clippy::too_many_lines,
|
37 |
clippy::unreadable_literal
|
38 |
)]
|
37 |
clippy::too_many_lines,
|
38 |
clippy::unreadable_literal
|
39 |
)]
|
36 |
clippy::too_many_lines,
|
37 |
clippy::unreadable_literal
|
38 |
)]
|
34 |
clippy::too_many_lines,
|
35 |
clippy::unreadable_literal
|
36 |
)]
|
36 |
clippy::too_many_lines,
|
37 |
clippy::unreadable_literal
|
38 |
)]
|
36 |
clippy::too_many_lines,
|
37 |
clippy::unreadable_literal
|
38 |
)]
|
3 |
#![allow(clippy::excessive_precision)]
|
4 |
#![allow(clippy::unreadable_literal)]
|
3 |
clippy::many_single_char_names,
|
4 |
clippy::unreadable_literal,
|
5 |
clippy::let_and_return,
|
9 |
clippy::many_single_char_names,
|
10 |
clippy::unreadable_literal
|
11 |
)]
|
9 |
clippy::many_single_char_names,
|
10 |
clippy::unreadable_literal
|
11 |
)]
|
36 |
clippy::too_many_lines,
|
37 |
clippy::unreadable_literal
|
38 |
)]
|
7 |
#![allow(clippy::unseparated_literal_suffix)]
|
8 |
#![allow(clippy::unreadable_literal)]
|
9 |
#![allow(missing_docs)]
|
1 |
#![allow(clippy::unreadable_literal, clippy::upper_case_acronyms)]
|
7 |
#![allow(clippy::unreadable_literal)]
|
27 |
#![allow(deref_nullptr)]
|
28 |
#![allow(clippy::unreadable_literal)]
|
29 |
#![allow(clippy::redundant_static_lifetimes)]
|
5 |
clippy::deref_addrof,
|
6 |
clippy::unreadable_literal,
|
7 |
clippy::many_single_char_names
|
4 |
clippy::deref_addrof,
|
5 |
clippy::unreadable_literal,
|
6 |
clippy::many_single_char_names
|
4 |
clippy::deref_addrof,
|
5 |
clippy::unreadable_literal,
|
6 |
clippy::many_single_char_names
|
4 |
clippy::deref_addrof,
|
5 |
clippy::unreadable_literal,
|
6 |
clippy::many_single_char_names
|
4 |
clippy::deref_addrof,
|
5 |
clippy::unreadable_literal,
|
6 |
clippy::many_single_char_names
|
3 |
clippy::deref_addrof,
|
4 |
clippy::unreadable_literal,
|
5 |
clippy::many_single_char_names
|
4 |
clippy::deref_addrof,
|
5 |
clippy::unreadable_literal,
|
6 |
clippy::many_single_char_names
|
3 |
clippy::deref_addrof,
|
4 |
clippy::unreadable_literal,
|
5 |
clippy::many_single_char_names
|
3 |
clippy::deref_addrof,
|
4 |
clippy::unreadable_literal,
|
5 |
clippy::many_single_char_names
|
13 |
clippy::deref_addrof,
|
14 |
clippy::unreadable_literal,
|
15 |
clippy::manual_map, // is not an error
|
3 |
//! Tools for interacting with low-level timers of the nspire.
|
4 |
#![allow(clippy::unreadable_literal)]
|
1 |
/* automatically generated by rust-bindgen */
|
2 |
#![allow(clippy::unreadable_literal)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
8 |
clippy::type_complexity,
|
9 |
clippy::unreadable_literal,
|
10 |
clippy::upper_case_acronyms
|
1 |
#![allow(clippy::unreadable_literal)]
|
4 |
clippy::cast_possible_truncation,
|
5 |
clippy::unreadable_literal,
|
6 |
clippy::cast_possible_wrap,
|
1 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
2 |
#![cfg(target_pointer_width = "64")]
|
1 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
2 |
#![cfg(target_pointer_width = "64")]
|
36 |
// TODO use CTFE https://github.com/rust-lang/rust/issues/24111
|
37 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
38 |
let mut state = include!(concat!(env!("OUT_DIR"), "/", "init_state.rs"));
|
1 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
12 |
#![warn(unused_attributes)]
|
13 |
#![allow(bad_style, deprecated, overflowing_literals, unused_macros, clippy::cast_lossless, clippy::cast_ptr_alignment, clippy::len_without_is_empty, clippy::trivially_copy_pass_by_ref, clippy::unreadable_literal)]
|
14 |
#[doc(hidden)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
2 |
#![allow(clippy::excessive_precision)]
|
5 |
clippy::let_unit_value,
|
6 |
clippy::unreadable_literal,
|
7 |
)]
|
4 |
#![allow(clippy::const_static_lifetime)]
|
5 |
#![allow(clippy::unreadable_literal)]
|
25 |
#![allow(clippy::module_name_repetitions,clippy::unreadable_literal,clippy::unseparated_literal_suffix,clippy::pub_enum_variant_names)]
|
1 |
#![warn(missing_docs)]
|
2 |
#![allow(clippy::unreadable_literal, clippy::type_complexity)]
|
3 |
#![cfg_attr(test, allow(clippy::cognitive_complexity))]
|
2 |
clippy::missing_safety_doc,
|
3 |
clippy::unreadable_literal,
|
4 |
clippy::upper_case_acronyms,
|
3 |
non_upper_case_globals,
|
4 |
clippy::unreadable_literal,
|
5 |
clippy::identity_op,
|
5 |
#![allow(clippy::redundant_static_lifetimes)]
|
6 |
#![allow(clippy::unreadable_literal)]
|
7 |
#![allow(clippy::cognitive_complexity)]
|
5 |
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
6 |
#![allow(clippy::approx_constant, clippy::type_complexity, clippy::unreadable_literal)]
|
5 |
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
6 |
#![allow(clippy::approx_constant, clippy::type_complexity, clippy::unreadable_literal)]
|
7 |
#![cfg_attr(feature = "dox", feature(doc_cfg))]
|
8 |
clippy::type_complexity,
|
9 |
clippy::unreadable_literal,
|
10 |
clippy::upper_case_acronyms
|
1 |
#![allow(clippy::unreadable_literal)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
5 |
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
6 |
#![allow(clippy::approx_constant, clippy::type_complexity, clippy::unreadable_literal)]
|
15 |
mod camlib {
|
16 |
#![allow(clippy::unreadable_literal)]
|
17 |
#![allow(clippy::const_static_lifetime)]
|
8 |
clippy::type_complexity,
|
9 |
clippy::unreadable_literal,
|
10 |
clippy::upper_case_acronyms
|
8 |
clippy::type_complexity,
|
9 |
clippy::unreadable_literal,
|
10 |
clippy::upper_case_acronyms
|
1 |
#![allow(clippy::unreadable_literal)]
|
2 |
#![deny(missing_docs)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
1 |
#![deny(clippy::pedantic, clippy::indexing_slicing)]
|
2 |
#![allow(clippy::unreadable_literal)]
|
3 |
#![cfg_attr(not(test), no_std)]
|
20 |
#![allow(clippy::should_implement_trait)]
|
21 |
#![allow(clippy::unreadable_literal)]
|
209 |
clippy::doc_markdown, // TODO: fixup comments and docs (though annoyingly complains about "PhysX")
|
210 |
clippy::unreadable_literal,
|
211 |
clippy::unused_unit,
|
33 |
mod test {
|
34 |
#![allow(clippy::unreadable_literal)]
|
83 |
mod test {
|
84 |
#![allow(clippy::unreadable_literal)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
80 |
#![allow(clippy::cast_lossless)]
|
81 |
#![allow(clippy::unreadable_literal)]
|
13 |
#![allow(clippy::cast_lossless)]
|
14 |
#![allow(clippy::unreadable_literal)]
|
15 |
#![allow(clippy::cast_ptr_alignment)]
|
16 |
#![allow(clippy::too_many_arguments)]
|
17 |
#![allow(clippy::unreadable_literal)]
|
18 |
#![allow(clippy::many_single_char_names)]
|
5 |
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
6 |
#![allow(clippy::approx_constant, clippy::type_complexity, clippy::unreadable_literal, clippy::upper_case_acronyms)]
|
7 |
#![cfg_attr(feature = "dox", feature(doc_cfg))]
|
8 |
clippy::type_complexity,
|
9 |
clippy::unreadable_literal,
|
10 |
clippy::upper_case_acronyms
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
161 |
#![allow(clippy::unreadable_literal)]
|
162 |
#![allow(clippy::module_inception)]
|
3 |
#![allow(non_snake_case)]
|
4 |
#![allow(clippy::unreadable_literal)]
|
21 |
clippy::too_many_lines,
|
22 |
clippy::unreadable_literal,
|
23 |
clippy::unused_self,
|
18 |
clippy::too_many_lines,
|
19 |
clippy::unreadable_literal,
|
20 |
clippy::unused_self,
|
3 |
#![allow(non_upper_case_globals)]
|
4 |
#![allow(clippy::unreadable_literal)]
|
6 |
feature = "cargo-clippy",
|
7 |
allow(verbose_bit_mask, unreadable_literal)
|
8 |
)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
18 |
clippy::float_cmp,
|
19 |
clippy::unreadable_literal
|
20 |
)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
76 |
#![deny(missing_debug_implementations)]
|
77 |
#![allow(clippy::unreadable_literal)]
|
78 |
#![no_std]
|
1 |
#![allow(clippy::needless_return, clippy::unreadable_literal)]
|
16 |
#![allow(clippy::verbose_bit_mask)]
|
17 |
#![allow(clippy::unreadable_literal)]
|
18 |
#![allow(clippy::many_single_char_names)]
|
16 |
#![allow(clippy::verbose_bit_mask)]
|
17 |
#![allow(clippy::unreadable_literal)]
|
18 |
#![allow(clippy::many_single_char_names)]
|
43 |
#![allow(clippy::verbose_bit_mask)]
|
44 |
#![allow(clippy::unreadable_literal)]
|
45 |
#![allow(clippy::many_single_char_names)]
|
7 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
22 |
#![cfg_attr(feature = "cargo-clippy", allow(redundant_field_names, single_match, cast_lossless, doc_markdown, match_same_arms, unreadable_literal))]
|
7 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
8 |
#![allow(unused_mut)]
|
9 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
23 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
24 |
#![cfg(not(windows))]
|
23 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
4 |
clippy::missing_safety_doc,
|
5 |
clippy::unreadable_literal,
|
6 |
clippy::decimal_literal_representation
|
1 |
#![allow(clippy::unreadable_literal)]
|
1 |
#![deny(clippy::all)]
|
2 |
#![allow(clippy::unreadable_literal)]
|
3 |
#![allow(clippy::single_match)]
|
1 |
#![deny(clippy::all)]
|
2 |
#![allow(clippy::unreadable_literal)]
|
3 |
#![allow(clippy::single_match)]
|
1 |
#![deny(clippy::all)]
|
2 |
#![allow(clippy::unreadable_literal)]
|
3 |
#![allow(clippy::single_match)]
|
1 |
#![deny(clippy::all)]
|
2 |
#![allow(clippy::unreadable_literal)]
|
3 |
#![allow(clippy::single_match)]
|
1 |
#![deny(clippy::all)]
|
2 |
#![allow(clippy::unreadable_literal)]
|
3 |
#![allow(clippy::single_match)]
|
1 |
#![deny(clippy::all)]
|
2 |
#![allow(clippy::unreadable_literal)]
|
3 |
#![allow(clippy::single_match)]
|
1 |
#![deny(clippy::all)]
|
2 |
#![allow(clippy::unreadable_literal)]
|
3 |
#![allow(clippy::single_match)]
|
1 |
#![deny(clippy::all)]
|
2 |
#![allow(clippy::unreadable_literal)]
|
3 |
#![allow(clippy::single_match)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
4 |
#![allow(non_upper_case_globals)]
|
5 |
#![allow(clippy::unreadable_literal)]
|
6 |
#![allow(clippy::missing_safety_doc)]
|
3 |
#![allow(non_snake_case)]
|
4 |
#![allow(clippy::unreadable_literal)]
|
5 |
#![allow(clippy::missing_safety_doc)]
|
1 |
//! Color names from <https://www.w3.org/TR/css3-color/>
|
2 |
#![allow(clippy::unreadable_literal)]
|
3 |
use super::Rational;
|
1 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
6 |
clippy::inline_always,
|
7 |
clippy::unreadable_literal,
|
8 |
clippy::doc_markdown // Unfortunately many false positives on Latex.
|
2 |
//! reverse engineered this.
|
3 |
#![allow(clippy::unreadable_literal)]
|
4 |
const CRC32TABLE: [u32; 256] = [
|
1 |
#![allow(clippy::suspicious_op_assign_impl)]
|
2 |
#![allow(clippy::unreadable_literal)]
|
58 |
)]
|
59 |
#![allow(clippy::unreadable_literal)]
|
58 |
)]
|
59 |
#![allow(clippy::unreadable_literal)]
|
2 |
//! reverse engineered this.
|
3 |
#![allow(clippy::unreadable_literal)]
|
4 |
const CRC32TABLE: [u32; 256] = [
|
1 |
#![allow(clippy::unreadable_literal)]
|
2 |
struct Solution;
|
1 |
#![allow(clippy::unreadable_literal)]
|
2 |
struct Solution;
|
1 |
#![allow(clippy::unreadable_literal)]
|
2 |
struct Solution;
|
31 |
#![cfg_attr(feature="cargo-clippy", allow(unreadable_literal))]
|
162 |
clippy::toplevel_ref_arg,
|
163 |
clippy::unreadable_literal
|
164 |
)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
2 |
use rysk_tools_macro::base_instructions;
|
6 |
clippy::excessive_precision,
|
7 |
clippy::unreadable_literal
|
8 |
)]
|
99 |
clippy::too_many_lines,
|
100 |
clippy::unreadable_literal,
|
101 |
clippy::unseparated_literal_suffix,
|
26 |
clippy::excessive_precision,
|
27 |
clippy::unreadable_literal,
|
28 |
clippy::wildcard_imports
|
26 |
clippy::cast_sign_loss,
|
27 |
clippy::unreadable_literal,
|
28 |
clippy::unseparated_literal_suffix,
|
26 |
clippy::non_ascii_literal,
|
27 |
clippy::unreadable_literal,
|
28 |
clippy::unseparated_literal_suffix
|
24 |
clippy::non_ascii_literal,
|
25 |
clippy::unreadable_literal,
|
26 |
clippy::unseparated_literal_suffix
|
32 |
clippy::too_many_lines,
|
33 |
clippy::unreadable_literal,
|
34 |
clippy::unseparated_literal_suffix,
|
32 |
clippy::too_many_lines,
|
33 |
clippy::unreadable_literal,
|
34 |
clippy::unseparated_literal_suffix,
|
40 |
needless_pass_by_value,
|
41 |
unreadable_literal,
|
42 |
)
|
12 |
feature = "cargo-clippy",
|
13 |
allow(cast_lossless, many_single_char_names, unreadable_literal,)
|
14 |
)]
|
6 |
clippy::excessive_precision,
|
7 |
clippy::unreadable_literal
|
8 |
)]
|
73 |
clippy::too_many_lines,
|
74 |
clippy::unreadable_literal,
|
75 |
clippy::unseparated_literal_suffix,
|
26 |
clippy::excessive_precision,
|
27 |
clippy::unreadable_literal,
|
28 |
clippy::wildcard_imports
|
26 |
clippy::cast_sign_loss,
|
27 |
clippy::unreadable_literal,
|
28 |
clippy::unseparated_literal_suffix,
|
27 |
clippy::non_ascii_literal,
|
28 |
clippy::unreadable_literal,
|
29 |
clippy::unseparated_literal_suffix
|
24 |
clippy::non_ascii_literal,
|
25 |
clippy::unreadable_literal,
|
26 |
clippy::unseparated_literal_suffix
|
33 |
clippy::too_many_lines,
|
34 |
clippy::unreadable_literal,
|
35 |
clippy::unseparated_literal_suffix,
|
32 |
clippy::too_many_lines,
|
33 |
clippy::unreadable_literal,
|
34 |
clippy::unseparated_literal_suffix,
|
5 |
#![allow(clippy::new_without_default_derive)]
|
6 |
#![allow(clippy::unreadable_literal)]
|
7 |
#![allow(clippy::type_complexity)]
|
2 |
#![allow(unknown_lints)]
|
3 |
#![allow(clippy::unreadable_literal)]
|
2 |
#![allow(unknown_lints)]
|
3 |
#![allow(clippy::unreadable_literal)]
|
13 |
// compare -0.96924 with -0.96_924
|
14 |
#![allow(clippy::unreadable_literal)]
|
67 |
#![allow(clippy::redundant_field_names)] // since Rust 1.17 and less readable
|
68 |
#![allow(clippy::unreadable_literal)] // C++ SDK constants
|
69 |
#![allow(clippy::upper_case_acronyms)]// C++ SDK constants
|
352 |
clippy::too_many_lines,
|
353 |
clippy::unreadable_literal,
|
354 |
clippy::unseparated_literal_suffix,
|
17 |
clippy::too_many_lines,
|
18 |
clippy::unreadable_literal,
|
19 |
clippy::unseparated_literal_suffix,
|
10 |
clippy::too_many_lines,
|
11 |
clippy::unreadable_literal,
|
12 |
clippy::unseparated_literal_suffix,
|
353 |
clippy::too_many_lines,
|
354 |
clippy::unreadable_literal,
|
355 |
clippy::unseparated_literal_suffix,
|
345 |
clippy::too_many_lines,
|
346 |
clippy::unreadable_literal,
|
347 |
clippy::unseparated_literal_suffix,
|
1 |
#![allow(clippy::unreadable_literal, dead_code)]
|
3 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
3 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
3 |
clippy::derive_partial_eq_without_eq,
|
4 |
clippy::unreadable_literal,
|
5 |
clippy::shadow_unrelated
|
3 |
clippy::derive_partial_eq_without_eq,
|
4 |
clippy::unreadable_literal,
|
5 |
clippy::shadow_unrelated
|
64 |
clippy::cast_possible_truncation,
|
65 |
clippy::unreadable_literal,
|
66 |
clippy::cast_possible_wrap,
|
1 |
// Disable this lint to avoid it wanting to change `0xABCDEF` to `0xAB_CDEF`.
|
2 |
#![allow(clippy::unreadable_literal)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
2 |
use servlin::internal::{DateTime, FormatTime};
|
37 |
#![allow(clippy::identity_op)]
|
38 |
#![allow(clippy::unreadable_literal)]
|
12 |
#![allow(clippy::unreadable_literal)]
|
1 |
#![allow(dead_code, clippy::unreadable_literal)]
|
1 |
#![allow(dead_code, clippy::unreadable_literal)]
|
5 |
#![deny(clippy::all, clippy::perf, clippy::correctness)]
|
6 |
#![allow(clippy::unreadable_literal)]
|
15 |
#![allow(non_upper_case_globals, clippy::unreadable_literal)]
|
1 |
#![cfg_attr(not(test), no_std)]
|
2 |
#![allow(clippy::unreadable_literal)]
|
3 |
#![allow(clippy::cast_lossless)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
1 |
#![allow(dead_code, clippy::unreadable_literal)]
|
12 |
#![allow(clippy::items_after_statements)]
|
13 |
#![allow(clippy::unreadable_literal)]
|
112 |
#![no_std]
|
113 |
#![allow(clippy::unreadable_literal)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
2 |
#![allow(clippy::unseparated_literal_suffix)]
|
5 |
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
6 |
#![allow(clippy::approx_constant, clippy::type_complexity, clippy::unreadable_literal)]
|
5 |
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
6 |
#![allow(clippy::approx_constant, clippy::type_complexity, clippy::unreadable_literal, clippy::upper_case_acronyms)]
|
7 |
#![cfg_attr(feature = "dox", feature(doc_cfg))]
|
6 |
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
7 |
#![allow(clippy::approx_constant, clippy::type_complexity, clippy::unreadable_literal, clippy::upper_case_acronyms)]
|
8 |
#![cfg_attr(feature = "dox", feature(doc_cfg))]
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
1 |
#![allow(clippy::unreadable_literal)]
|
8 |
clippy::type_complexity,
|
9 |
clippy::unreadable_literal,
|
10 |
clippy::upper_case_acronyms
|
3 |
#![allow(
|
4 |
clippy::unreadable_literal,
|
5 |
clippy::too_many_lines,
|
13 |
clippy::cast_lossless,
|
14 |
clippy::unreadable_literal,
|
15 |
clippy::doc_markdown,
|
3 |
#![allow(non_snake_case, clippy::unreadable_literal)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
3 |
#![allow(non_snake_case, clippy::unreadable_literal)]
|
10 |
#![allow(clippy::missing_errors_doc, clippy::unreadable_literal)]
|
13 |
#![allow(clippy::missing_errors_doc, clippy::unreadable_literal)]
|
20 |
#![allow(clippy::cast_lossless)]
|
21 |
#![allow(clippy::unreadable_literal)]
|
2 |
#![allow(clippy::many_single_char_names)]
|
3 |
#![allow(clippy::unreadable_literal)]
|
4 |
#![allow(clippy::type_repetition_in_bounds)]
|
6 |
#![allow(clippy::unreadable_literal)]
|
3 |
#![allow(clippy::unreadable_literal)]
|
7 |
#![allow(clippy::unreadable_literal)]
|
13 |
#![allow(clippy::cargo)]
|
14 |
#![allow(clippy::unreadable_literal)]
|
7 |
match_bool,
|
8 |
unreadable_literal,
|
9 |
needless_pass_by_value,
|
3 |
#![allow(clippy::unreadable_literal)]
|
67 |
#![allow(clippy::cast_lossless)]
|
68 |
#![allow(clippy::unreadable_literal)]
|
69 |
#![allow(dead_code)]
|
12 |
#![allow(clippy::cast_lossless)]
|
13 |
#![allow(clippy::unreadable_literal)]
|
14 |
#![allow(clippy::cast_ptr_alignment)]
|
5 |
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
6 |
#![allow(clippy::approx_constant, clippy::type_complexity, clippy::unreadable_literal, clippy::upper_case_acronyms)]
|
7 |
#![cfg_attr(feature = "dox", feature(doc_cfg))]
|
5 |
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
6 |
#![allow(clippy::approx_constant, clippy::type_complexity, clippy::unreadable_literal, clippy::upper_case_acronyms)]
|
7 |
#![cfg_attr(feature = "dox", feature(doc_cfg))]
|
1 |
#![allow(non_camel_case_types, clippy::unreadable_literal)]
|
2 |
include!(concat!(env!("OUT_DIR"), "/timezones.rs"));
|
179 |
clippy::similar_names,
|
180 |
clippy::unreadable_literal
|
181 |
)]
|
115 |
// Usually yes, but not really applicable for most literals in this crate.
|
116 |
clippy::unreadable_literal,
|
117 |
)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
289 |
// There are copy & pasted results of calculations from external programs in these tests.
|
290 |
#![allow(clippy::unreadable_literal)]
|
425 |
// There are copy & pasted results of calculations from external programs in these tests.
|
426 |
#![allow(clippy::unreadable_literal)]
|
427 |
#![allow(clippy::op_ref)]
|
131 |
mod tests {
|
132 |
#![allow(clippy::unreadable_literal)]
|
131 |
mod tests {
|
132 |
#![allow(clippy::unreadable_literal)]
|
4 |
#![allow(unknown_lints)]
|
5 |
#![allow(clippy::unreadable_literal)]
|
8 |
#![allow(non_camel_case_types)]
|
9 |
#![allow(clippy::unreadable_literal)]
|
6 |
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
7 |
#![allow(clippy::approx_constant, clippy::type_complexity, clippy::unreadable_literal, clippy::upper_case_acronyms)]
|
8 |
#![cfg_attr(feature = "dox", feature(doc_cfg))]
|
4 |
#![allow(dead_code)]
|
5 |
#![allow(clippy::unreadable_literal)]
|
6 |
#![allow(improper_ctypes)]
|
1 |
#![allow(clippy::unreadable_literal, clippy::many_single_char_names)]
|
2 |
use std::{fmt, mem};
|
21 |
#![warn(missing_docs, rust_2018_idioms)]
|
22 |
#![allow(clippy::needless_range_loop, clippy::unreadable_literal)]
|
1 |
// This file is @generated by crates/typos-dict/tests/codegen.rs
|
2 |
#![allow(clippy::unreadable_literal)]
|
1 |
// This file is @generated by crates/typos-vars/tests/codegen.rs
|
2 |
#![allow(clippy::unreadable_literal, clippy::type_complexity)]
|
1 |
#![allow(non_upper_case_globals, non_camel_case_types)]
|
2 |
#![allow(clippy::unreadable_literal, clippy::missing_safety_doc)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
1 |
#![allow(clippy::type_complexity)]
|
2 |
#![allow(clippy::unreadable_literal)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
1 |
#![allow(clippy::unreadable_literal)]
|
12 |
clippy::too_many_lines,
|
13 |
clippy::unreadable_literal
|
14 |
)]
|
37 |
clippy::unnecessary_cast,
|
38 |
clippy::unreadable_literal,
|
39 |
clippy::while_immutable_condition, // https://github.com/rust-lang/rust-clippy/issues/3548
|
7 |
)]
|
8 |
#![allow(clippy::unreadable_literal, clippy::missing_safety_doc)]
|
16 |
#![allow(clippy::verbose_bit_mask)]
|
17 |
#![allow(clippy::unreadable_literal)]
|
18 |
#![allow(clippy::many_single_char_names)]
|
23 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
44 |
#![deny(missing_docs)]
|
45 |
#![allow(clippy::unreadable_literal)]
|
91 |
clippy::many_single_char_names,
|
92 |
clippy::unreadable_literal,
|
93 |
clippy::excessive_precision,
|
5 |
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
6 |
#![allow(clippy::approx_constant, clippy::type_complexity, clippy::unreadable_literal)]
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
2 |
#![allow(non_snake_case)]
|
3 |
#![allow(clippy::unreadable_literal)]
|
4 |
#![allow(non_upper_case_globals)]
|
7 |
clippy::too_many_arguments,
|
8 |
clippy::unreadable_literal
|
9 |
)]
|
7 |
clippy::too_many_arguments,
|
8 |
clippy::unreadable_literal
|
9 |
)]
|
8 |
clippy::type_complexity,
|
9 |
clippy::unreadable_literal,
|
10 |
clippy::upper_case_acronyms
|
5 |
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
6 |
#![allow(clippy::approx_constant, clippy::type_complexity, clippy::unreadable_literal, clippy::upper_case_acronyms)]
|
7 |
#![cfg_attr(feature = "dox", feature(doc_cfg))]
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
9 |
clippy::type_complexity,
|
10 |
clippy::unreadable_literal,
|
11 |
clippy::upper_case_acronyms
|
1 |
#![allow(clippy::unreadable_literal)]
|
3 |
#![allow(clippy::unreadable_literal)]
|
5 |
#![forbid(unsafe_code)]
|
6 |
#![allow(clippy::unreadable_literal)]
|
7 |
#![allow(clippy::useless_let_if_seq)]
|
2 |
#![allow(renamed_and_removed_lints)]
|
3 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
5 |
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
6 |
#![allow(clippy::approx_constant, clippy::type_complexity, clippy::unreadable_literal)]
|
7 |
extern crate glib_sys as glib;
|
9 |
#![allow(clippy::unreadable_literal)]
|
17 |
#![cfg_attr(feature = "cargo-clippy", deny(indexing_slicing))]
|
18 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal, large_digit_groups))]
|
29 |
clippy::too_many_arguments,
|
30 |
clippy::unreadable_literal,
|
31 |
clippy::get_unwrap
|
62 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
23 |
// not intended for human reading
|
24 |
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
25 |
// Or (`|`) operators are used in overflowing addition
|
2 |
#![allow(unused_variables)]
|
3 |
#![allow(clippy::unreadable_literal)]
|
4 |
#![deny(missing_debug_implementations)]
|
3 |
#![allow(non_camel_case_types)]
|
4 |
#![allow(clippy::unreadable_literal)]
|
2479 |
mod tests {
|
2480 |
#![allow(clippy::unreadable_literal)]
|
3 |
#![allow(clippy::unreadable_literal)]
|
4 |
#![allow(missing_docs)]
|
21 |
clippy::excessive_precision,
|
22 |
clippy::unreadable_literal,
|
23 |
clippy::module_name_repetitions,
|