• bkg-cli-log 0.2.0/src/lib.rs
    10
    #[allow(clippy::print_stdout, clippy::print_stderr)]
    11
    impl Log for CliLog {
  • borsholder 0.9.3/src/lib.rs
    64
    /// Runs the borsholder CLI.
    65
    #[cfg_attr(feature = "cargo-clippy", allow(print_stdout))]
    66
    pub fn run() -> Result<(), Error> {
  • bve 0.0.1/src/parse/mesh/mod.rs
    162
        /// Debugging code that can fuck off in other situations
    163
        #[allow(dead_code, clippy::use_debug, clippy::print_stdout)]
    164
        #[inline(never)]
  • cargo-asm 0.1.16/src/main.rs
    40
    #[cfg_attr(feature = "cargo-clippy", allow(print_stdout, use_debug))]
    41
    fn main() {
  • confget 5.0.1/src/bin/confget.rs
    178
    /// display the requested information and exit.
    179
    #[allow(clippy::print_stdout)]
    180
    fn validate_options(opts: &Cli, config: Config) -> Result<Mode> {
    310
    /// Display the processed variable names and/or values.
    311
    #[allow(clippy::print_stdout)]
    312
    fn output_vars(config: &Config, data: &FileData, section: &str) -> Result<MainResult> {
    337
    /// Output the names of the sections parsed from the config file.
    338
    #[allow(clippy::print_stdout)]
    339
    fn output_sections(data: &FileData) -> MainResult {
  • config-diag 1.0.2/src/lib.rs
    84
        #[allow(clippy::print_stderr)]
    85
        #[allow(clippy::print_stdout)]
    86
        fn diag<F>(&self, f: F)
  • conventional 0.5.0/src/parser.rs
    180
        #[allow(clippy::wildcard_enum_match_arm, clippy::print_stdout)]
    181
        fn test<'a, F, O>(f: F, i: &'a str) -> IResult<&'a str, O, VerboseError<&'a str>>
  • deoxy 0.2.1/src/comm.rs
    626
    #[allow(clippy::print_stdout)]
    627
    pub mod tui {
  • dors 0.0.8/src/lib.rs
    388
    #[allow(clippy::print_stdout)]
    389
    pub fn process_cmd<'a>(matches: &clap::ArgMatches<'a>) -> i32 {
  • feature-check 2.0.0/src/main.rs
    166
    /// Handle `--version`, `--help`, and/or `--features`.
    167
    #[allow(clippy::print_stdout)]
    168
    fn version_help_features<F: FnOnce() -> String>(
    239
    /// Obtain the features of a program, display them as requested.
    240
    #[allow(clippy::print_stdout)]
    241
    #[allow(clippy::wildcard_enum_match_arm)]
  • git-conventional 0.12.1/src/parser.rs
    266
        #[allow(clippy::wildcard_enum_match_arm, clippy::print_stdout)]
    267
        fn test<'a, F, O>(f: F, i: &'a str) -> IResult<&'a str, O, VerboseError<&'a str>>
  • gitig 0.3.0/src/app.rs
    151
    /// Runs the command `list-templates`
    152
    #[allow(clippy::print_stdout)]
    153
    fn run_list_templates() -> Result<()> {
  • lmake_lines_of_code 2020.613.1337/src/main.rs
    117
    #[allow(clippy::print_stdout, clippy::integer_arithmetic)]
    118
    /// The program starts here.
  • lmake_md_to_doc_comments 0.5.6/src/bin/lmake_md_to_doc_comments.rs
    82
    #[allow(clippy::print_stdout, clippy::integer_arithmetic)]
    83
    /// The program starts here. No arguments.
  • lmake_readme 0.5.4/src/main.rs
    203
    #[allow(clippy::print_stdout, clippy::integer_arithmetic)]
    204
    /// The program starts here. No arguments.
  • lmake_semver 0.1.12/src/main.rs
    117
    #[allow(clippy::print_stdout, clippy::integer_arithmetic)]
    118
    /// The program starts here.
  • lmake_version_from_date 0.3.41/src/main.rs
    154
    #[allow(clippy::print_stdout, clippy::integer_arithmetic)]
    155
    /// The program starts here. No arguments.
  • malachite-base 0.3.2/src/test_util/bench/mod.rs
    139
    #[allow(clippy::print_stdout, clippy::type_complexity)]
    140
    pub fn run_benchmark<'a, I: Iterator>(
    194
    #[allow(clippy::print_stdout, clippy::type_complexity)]
    195
    pub fn run_benchmark_old<'a, I: Iterator>(
  • perf_monitor 0.2.0/src/cpu/ios_macos.rs
    131
    #[cfg(test)]
    132
    #[allow(clippy::all, clippy::print_stdout)]
    133
    mod tests {
  • ring_api 0.1.0/src/lib.rs
    48
    #[cfg(test)]
    49
    #[allow(clippy::print_stdout)]
    50
    mod tests {
  • serial_test 1.0.0/src/serial_code_lock.rs
    54
    #[cfg(test)]
    55
    #[allow(clippy::print_stdout)]
    56
    mod tests {
  • simulated_annealing 0.2.0/src/status.rs
    41
        /// * `best_p` --- Current point of the best solution.
    42
        #[allow(clippy::print_stdout)]
    43
        #[allow(clippy::use_debug)]
  • skywalking 0.5.0/src/reporter/print.rs
    42
    impl Report for PrintReporter {
    43
        #[allow(clippy::print_stdout)]
    44
        fn report(&self, items: CollectItem) {
  • sp-variant 3.0.0/rust/bin/main.rs
    60
    #[allow(clippy::print_stdout)]
    61
    fn cmd_features(varfull: &VariantDefTop) {
    70
    #[allow(clippy::print_stdout)]
    71
    fn cmd_detect(varfull: &VariantDefTop) -> Result<()> {
    77
    #[allow(clippy::print_stdout)]
    78
    fn run_command(cmdvec: &[String], action: &str, noop: bool) -> Result<()> {
    113
    #[allow(clippy::print_stdout)]
    114
    fn copy_file(fname: &str, srcdir: &str, dstdir: &str, noop: bool) -> Result<()> {
    331
    #[allow(clippy::print_stdout)]
    332
    fn cmd_command_list(varfull: &VariantDefTop) -> Result<()> {
  • utf8-locale 1.0.0/rust/main.rs
    189
    #[allow(clippy::print_stdout)]
    190
    fn main() -> Result<()> {
  • wasmer-wast 3.2.0-alpha.1/src/spectest.rs
    4
    /// spec testsuite.
    5
    #[allow(clippy::print_stdout)]
    6
    pub fn spectest_importobject(store: &mut Store) -> Imports {
  • wundergraph_derive 0.1.0/src/diagnostic_shim.rs
    77
        #[allow(clippy::print_stdout)]
    78
        pub fn emit(self) {
  • Aetherus 0.1.1/src/lib.rs
    32
        clippy::panic,
    33
        clippy::print_stdout,
    34
        clippy::unreachable,
  • arti 1.1.0/src/cfg.rs
    235
        #![allow(clippy::print_stderr)]
    236
        #![allow(clippy::print_stdout)]
    237
        #![allow(clippy::single_char_pattern)]
  • arti 1.1.0/src/lib.rs
    41
    #![allow(clippy::print_stderr)]
    42
    #![allow(clippy::print_stdout)]
  • arti-client 0.8.0/examples/advanced_isolation.rs
    5
    #![allow(clippy::print_stderr)]
    6
    #![allow(clippy::print_stdout)]
    7
    #![allow(clippy::single_char_pattern)]
  • arti-client 0.8.0/examples/hook-tcp.rs
    5
    #![allow(clippy::print_stderr)]
    6
    #![allow(clippy::print_stdout)]
    7
    #![allow(clippy::single_char_pattern)]
  • arti-client 0.8.0/examples/lazy-init.rs
    5
    #![allow(clippy::print_stderr)]
    6
    #![allow(clippy::print_stdout)]
    7
    #![allow(clippy::single_char_pattern)]
  • arti-client 0.8.0/examples/readme.rs
    5
    #![allow(clippy::print_stderr)]
    6
    #![allow(clippy::print_stdout)]
    7
    #![allow(clippy::single_char_pattern)]
  • arti-hyper 0.8.0/examples/hyper.rs
    5
    #![allow(clippy::print_stderr)]
    6
    #![allow(clippy::print_stdout)]
    7
    #![allow(clippy::single_char_pattern)]
  • babbage 0.1.1/src/lib.rs
    26
        clippy::panic,
    27
        clippy::print_stdout,
    28
        clippy::unreachable,
  • Boa 0.13.1/src/builtins/console/mod.rs
    14
    #![allow(clippy::print_stdout)]
  • boa_engine 0.16.0/src/builtins/console/mod.rs
    14
    #![allow(clippy::print_stdout)]
  • bonsaimq 0.2.0/examples/checkpoints.rs
    1
    //! Checkpoint example.
    2
    #![allow(clippy::expect_used, unused_qualifications, clippy::unused_async, clippy::print_stdout)]
  • bonsaimq 0.2.0/examples/context.rs
    1
    //! Simple example using context.
    2
    #![allow(clippy::expect_used, unused_qualifications, clippy::unused_async, clippy::print_stdout)]
  • bonsaimq 0.2.0/examples/error_handling.rs
    1
    //! Example showing the error handling in jobs.
    2
    #![allow(clippy::expect_used, unused_qualifications, clippy::unused_async, clippy::print_stdout)]
  • bonsaimq 0.2.0/examples/simple.rs
    1
    //! Simple example.
    2
    #![allow(clippy::expect_used, unused_qualifications, clippy::unused_async, clippy::print_stdout)]
  • cage 0.3.6/src/cmd/mod.rs
    10
    // We're allowed to print things to the user in the `cmd` submodule.
    11
    #![allow(clippy::print_stdout)]
  • cartograph 0.1.2/src/lib.rs
    26
        clippy::panic,
    27
        clippy::print_stdout,
    28
        clippy::unreachable,
  • core_arch 0.1.5/tests/cpu-detection.rs
    2
    #![cfg_attr(stdsimd_strict, deny(warnings))]
    3
    #![allow(clippy::option_unwrap_used, clippy::print_stdout, clippy::use_debug)]
  • coresimd 0.1.2/tests/cpu-detection.rs
    4
        feature = "cargo-clippy",
    5
        allow(option_unwrap_used, print_stdout, use_debug)
    6
    )]
  • diffuse 0.1.1/src/lib.rs
    26
        clippy::panic,
    27
        clippy::print_stdout,
    28
        clippy::unreachable,
  • esopt 0.2.0/examples/noisy-poly.rs
    1
    //! Noisy polynomial example.
    2
    #![allow(clippy::missing_docs_in_private_items, clippy::print_stdout)]
  • esopt 0.2.0/examples/polynomials.rs
    1
    //! Polynomial example.
    2
    #![allow(clippy::missing_docs_in_private_items, clippy::print_stdout)]
  • esopt 0.2.0/examples/simple.rs
    1
    //! Simple example.
    2
    #![allow(clippy::missing_docs_in_private_items, clippy::print_stdout)]
  • expect-exit 0.5.2/src/bin/test_expect_exit.rs
    43
    #![allow(clippy::panic_in_result_fn)]
    44
    #![allow(clippy::print_stdout)]
    45
    #![allow(clippy::print_stderr)]
  • file-with-meta 0.2.0/src/tests.rs
    28
    #![allow(clippy::panic_in_result_fn)]
    29
    #![allow(clippy::print_stdout)]
    30
    #![allow(clippy::unwrap_used)]
  • lecturn 0.1.9/src/main.rs
    5
        clippy::shadow_reuse,
    6
        clippy::print_stdout,
    7
        clippy::wildcard_enum_match_arm,
  • liberty-db 0.1.1/src/lib.rs
    72
        clippy::panic_in_result_fn,
    73
        clippy::print_stdout,
    74
        clippy::use_debug
  • liberty-parser 0.1.1/src/lib.rs
    72
        clippy::panic_in_result_fn,
    73
        clippy::print_stdout,
    74
        clippy::use_debug
  • meiosis 0.1.0/examples/helloworld.rs
    1
    #![allow(clippy::print_stdout)]
  • ofnn 0.1.3/examples/cifar10.rs
    1
    //! CIFAR10 example.
    2
    #![allow(clippy::missing_docs_in_private_items, clippy::print_stdout, clippy::unwrap_used)]
  • ofnn 0.1.3/examples/simple-categorical.rs
    1
    //! Simple categorical example.
    2
    #![allow(clippy::missing_docs_in_private_items, clippy::print_stdout, clippy::unwrap_used)]
  • ofnn 0.1.3/examples/simple.rs
    1
    //! Simple example.
    2
    #![allow(clippy::missing_docs_in_private_items, clippy::print_stdout, clippy::unwrap_used)]
  • plow_cli 0.4.8/src/main.rs
    25
        clippy::non_ascii_literal,
    26
        clippy::print_stdout,
    27
        clippy::print_stderr,
  • rim 0.1.1/src/main.rs
    5
        clippy::shadow_reuse,
    6
        clippy::print_stdout,
    7
        clippy::wildcard_enum_match_arm,
  • rio 0.9.4/src/histogram.rs
    29
    #![allow(unused_results)]
    30
    #![allow(clippy::print_stdout)]
  • rio 0.9.4/src/metrics.rs
    1
    #![allow(unused_results)]
    2
    #![allow(clippy::print_stdout)]
  • rtop_dev 1.1.0/src/lib.rs
    54
        clippy::cast_precision_loss,
    55
        clippy::print_stdout,
    56
        clippy::print_stderr,
  • rtop-rs 1.1.1/src/lib.rs
    13
        clippy::cast_precision_loss,
    14
        clippy::print_stdout,
    15
        clippy::print_stderr,
  • rust_lib_example 0.2.0/examples/show_odd_values.rs
    1
    //! Example that uses the library.
    2
    #![allow(clippy::print_stdout, clippy::use_debug)]
  • rvim 0.0.8/src/main.rs
    5
        clippy::shadow_reuse,
    6
        clippy::print_stdout,
    7
        clippy::wildcard_enum_match_arm,
  • seaslug 0.0.0/src/histogram.rs
    29
    #![allow(unused_results)]
    30
    #![allow(clippy::print_stdout)]
    31
    #![allow(clippy::float_arithmetic)]
  • seaslug 0.0.0/src/io/metrics.rs
    1
    #![allow(unused_results)]
    2
    #![allow(clippy::print_stdout)]
  • sled 0.34.7/src/histogram.rs
    29
    #![allow(unused_results)]
    30
    #![allow(clippy::print_stdout)]
    31
    #![allow(clippy::float_arithmetic)]
  • sled 0.34.7/src/metrics.rs
    1
    #![allow(unused_results)]
    2
    #![allow(clippy::print_stdout)]
  • sp-variant 3.0.0/rust/yai.rs
    167
    mod tests {
    168
        #![allow(clippy::print_stdout)]
    169
        #![allow(clippy::use_debug)]
  • sqm_parser 1.0.1/src/lib.rs
    6
    clippy::option_unwrap_used,
    7
    clippy::print_stdout,
    8
    clippy::use_debug,
  • std_detect 0.1.5/tests/cpu-detection.rs
    2
    #![cfg_attr(stdsimd_strict, deny(warnings))]
    3
    #![allow(clippy::option_unwrap_used, clippy::use_debug, clippy::print_stdout)]
  • std_detect 0.1.5/tests/macro_trailing_commas.rs
    2
    #![cfg_attr(stdsimd_strict, deny(warnings))]
    3
    #![allow(clippy::option_unwrap_used, clippy::use_debug, clippy::print_stdout)]
  • stdsimd 0.1.2/tests/cpu-detection.rs
    4
        feature = "cargo-clippy",
    5
        allow(option_unwrap_used, use_debug, print_stdout)
    6
    )]
  • tenable 0.1.1/src/lib.rs
    214
        clippy::module_name_repetitions,
    215
        clippy::print_stdout,
    216
        clippy::used_underscore_binding
  • tor-basic-utils 0.5.0/src/futures.rs
    538
        #![allow(clippy::print_stderr)]
    539
        #![allow(clippy::print_stdout)]
    540
        #![allow(clippy::single_char_pattern)]
  • tor-basic-utils 0.5.0/src/n_key_set.rs
    592
        #![allow(clippy::print_stderr)]
    593
        #![allow(clippy::print_stdout)]
    594
        #![allow(clippy::single_char_pattern)]
  • tor-basic-utils 0.5.0/src/test_rng.rs
    61
    // be used by tests, where this is the preferred means of communication with the user.
    62
    #![allow(clippy::print_stdout, clippy::print_stderr)]
  • tor-chanmgr 0.8.0/src/config.rs
    41
        #![allow(clippy::print_stderr)]
    42
        #![allow(clippy::print_stdout)]
    43
        #![allow(clippy::single_char_pattern)]
  • tor-chanmgr 0.8.0/src/mgr/state/padding_test.rs
    7
    #![allow(clippy::print_stderr)]
    8
    #![allow(clippy::print_stdout)]
    9
    #![allow(clippy::single_char_pattern)]
  • tor-chanmgr 0.8.0/src/mgr/state.rs
    533
        #![allow(clippy::print_stderr)]
    534
        #![allow(clippy::print_stdout)]
    535
        #![allow(clippy::single_char_pattern)]
  • tor-chanmgr 0.8.0/src/transport/default.rs
    135
        #![allow(clippy::print_stderr)]
    136
        #![allow(clippy::print_stdout)]
    137
        #![allow(clippy::single_char_pattern)]
  • tor-circmgr 0.7.0/src/path/dirpath.rs
    85
        #![allow(clippy::print_stderr)]
    86
        #![allow(clippy::print_stdout)]
    87
        #![allow(clippy::single_char_pattern)]
  • tor-config 0.7.0/src/list_builder.rs
    744
        #![allow(clippy::print_stderr)]
    745
        #![allow(clippy::print_stdout)]
    746
        #![allow(clippy::single_char_pattern)]
  • tor-config 0.7.0/src/misc.rs
    392
        #![allow(clippy::print_stderr)]
    393
        #![allow(clippy::print_stdout)]
    394
        #![allow(clippy::single_char_pattern)]
  • tor-config 0.7.0/src/path.rs
    339
        #![allow(clippy::print_stderr)]
    340
        #![allow(clippy::print_stdout)]
    341
        #![allow(clippy::single_char_pattern)]
  • tor-config 0.7.0/src/sources.rs
    407
        #![allow(clippy::print_stderr)]
    408
        #![allow(clippy::print_stdout)]
    409
        #![allow(clippy::single_char_pattern)]
  • tor-dirclient 0.6.0/src/response.rs
    176
        #![allow(clippy::print_stderr)]
    177
        #![allow(clippy::print_stdout)]
    178
        #![allow(clippy::single_char_pattern)]
  • tor-dirmgr 0.9.0/src/bridgedesc/bdtest.rs
    7
    #![allow(clippy::print_stderr)]
    8
    #![allow(clippy::print_stdout)]
    9
    #![allow(clippy::single_char_pattern)]
  • tor-error 0.4.0/src/internal.rs
    254
        #![allow(clippy::print_stderr)]
    255
        #![allow(clippy::print_stdout)]
    256
        #![allow(clippy::single_char_pattern)]
  • tor-guardmgr 0.8.0/src/bridge/config.rs
    610
        #![allow(clippy::print_stderr)]
    611
        #![allow(clippy::print_stdout)]
    612
        #![allow(clippy::single_char_pattern)]
  • tor-guardmgr 0.8.0/src/config.rs
    40
        #![allow(clippy::print_stderr)]
    41
        #![allow(clippy::print_stdout)]
    42
        #![allow(clippy::single_char_pattern)]
  • tor-guardmgr 0.8.0/src/fallback/set.rs
    237
        #![allow(clippy::print_stderr)]
    238
        #![allow(clippy::print_stdout)]
    239
        #![allow(clippy::single_char_pattern)]
  • tor-linkspec 0.6.0/src/ids/set.rs
    143
        #![allow(clippy::print_stderr)]
    144
        #![allow(clippy::print_stdout)]
    145
        #![allow(clippy::single_char_pattern)]
  • tor-proto 0.8.0/src/channel/padding.rs
    410
        #![allow(clippy::print_stderr)]
    411
        #![allow(clippy::print_stdout)]
    412
        #![allow(clippy::single_char_pattern)]
  • tor-ptmgr 0.2.0/src/ipc.rs
    783
        #![allow(clippy::print_stderr)]
    784
        #![allow(clippy::print_stdout)]
    785
        #![allow(clippy::single_char_pattern)]
  • tor-socksproto 0.6.0/src/handshake/client.rs
    311
        #![allow(clippy::print_stderr)]
    312
        #![allow(clippy::print_stdout)]
    313
        #![allow(clippy::single_char_pattern)]
  • tor-socksproto 0.6.0/src/handshake.rs
    91
        #![allow(clippy::print_stderr)]
    92
        #![allow(clippy::print_stdout)]
    93
        #![allow(clippy::single_char_pattern)]
  • trust-dns-client 0.22.0/src/client/memoize_client_handle.rs
    95
    mod test {
    96
        #![allow(clippy::dbg_macro, clippy::print_stdout)]
  • trust-dns-client 0.22.0/src/rr/dnssec/key_format.rs
    269
    mod tests {
    270
        #![allow(clippy::dbg_macro, clippy::print_stdout)]
  • trust-dns-client 0.22.0/src/rr/dnssec/signer.rs
    584
    mod tests {
    585
        #![allow(clippy::dbg_macro, clippy::print_stdout)]
  • trust-dns-client 0.22.0/src/rr/dnssec/tsig.rs
    220
    mod tests {
    221
        #![allow(clippy::dbg_macro, clippy::print_stdout)]
  • trust-dns-client 0.22.0/src/serialize/txt/parse_rdata.rs
    135
    mod tests {
    136
        #![allow(clippy::dbg_macro, clippy::print_stdout)]
  • trust-dns-proto 0.22.0/src/multicast/mdns_stream.rs
    422
    pub(crate) mod tests {
    423
        #![allow(clippy::dbg_macro, clippy::print_stdout)]
  • trust-dns-proto 0.22.0/src/native_tls/tests.rs
    10
        clippy::dbg_macro,
    11
        clippy::print_stdout,
    12
        clippy::single_component_path_imports
  • trust-dns-proto 0.22.0/src/rr/dnssec/rdata/dnskey.rs
    461
    mod tests {
    462
        #![allow(clippy::dbg_macro, clippy::print_stdout)]
  • trust-dns-proto 0.22.0/src/rr/dnssec/rdata/ds.rs
    288
    mod tests {
    289
        #![allow(clippy::dbg_macro, clippy::print_stdout)]
  • trust-dns-proto 0.22.0/src/rr/dnssec/rdata/key.rs
    904
    mod tests {
    905
        #![allow(clippy::dbg_macro, clippy::print_stdout)]
  • trust-dns-proto 0.22.0/src/rr/dnssec/rdata/nsec.rs
    214
    mod tests {
    215
        #![allow(clippy::dbg_macro, clippy::print_stdout)]
  • trust-dns-proto 0.22.0/src/rr/dnssec/rdata/nsec3.rs
    389
    mod tests {
    390
        #![allow(clippy::dbg_macro, clippy::print_stdout)]
  • trust-dns-proto 0.22.0/src/rr/dnssec/rdata/nsec3param.rs
    251
    mod tests {
    252
        #![allow(clippy::dbg_macro, clippy::print_stdout)]
  • trust-dns-proto 0.22.0/src/rr/dnssec/rdata/sig.rs
    614
    mod tests {
    615
        #![allow(clippy::dbg_macro, clippy::print_stdout)]
  • trust-dns-proto 0.22.0/src/rr/dnssec/rdata/tsig.rs
    784
    mod tests {
    785
        #![allow(clippy::dbg_macro, clippy::print_stdout)]
  • trust-dns-resolver 0.22.0/src/dns_sd.rs
    156
    mod tests {
    157
        #![allow(clippy::dbg_macro, clippy::print_stdout)]
  • trust-dns-resolver 0.22.0/src/resolver.rs
    159
    mod tests {
    160
        #![allow(clippy::dbg_macro, clippy::print_stdout)]
  • up-rs 0.13.3/src/tasks/git/update.rs
    1
    // TODO(gib): Use https://lib.rs/crates/indicatif for progress bars and remove this.
    2
    #![allow(clippy::print_stdout, clippy::unwrap_used)]
    3
    use std::{
  • vsdbsled 0.34.7-patched/src/histogram.rs
    29
    #![allow(unused_results)]
    30
    #![allow(clippy::print_stdout)]
    31
    #![allow(clippy::float_arithmetic)]
  • vsdbsled 0.34.7-patched/src/metrics.rs
    1
    #![allow(unused_results)]
    2
    #![allow(clippy::print_stdout)]
  • wave-insight-lib 0.1.3/src/bin/main.rs
    43
        clippy::panic_in_result_fn,
    44
        clippy::print_stdout,
    45
        clippy::use_debug