• d4tools 0.3.8/src/framedump/main.rs
    7
    #[allow(clippy::print_literal)]
    8
    pub fn dump_dir<R: Read + Seek>(dir: &Directory<R>) {
  • gprofile 0.2.0/src/gprofile.rs
    32
        #[allow(clippy::print_literal)]
    33
        if !git {
  • lightning-sys 0.2.2/examples/fact.rs
    8
    #[allow(clippy::print_literal)]
    9
    fn main() {
  • lightning-sys 0.2.2/examples/ifib.rs
    10
    #[allow(clippy::print_literal)]
    11
    fn main() {
  • lightning-sys 0.2.2/examples/incr.rs
    7
    #[allow(clippy::print_literal)]
    8
    fn main() {
  • lightning-sys 0.2.2/examples/printf.rs
    9
    #[allow(clippy::print_literal)]
    10
    #[allow(non_snake_case)]
  • lightning-sys 0.2.2/examples/rfib.rs
    10
    #[allow(clippy::print_literal)]
    11
    fn main() {
  • ntfs 0.3.0/examples/ntfs-shell/main.rs
    107
    #[allow(clippy::print_literal)]
    108
    fn attr<T>(with_runs: bool, arg: &str, info: &mut CommandInfo<T>) -> Result<()>
  • pact_mock_server_cli 0.7.8/src/list.rs
    16
    #[allow(clippy::print_literal)]
    17
    pub async fn list_mock_servers(host: &str, port: u16, matches: &ArgMatches<'_>) -> Result<(), i32> {
  • pdbtbx 0.10.1/src/save/mmcif.rs
    377
        #[test]
    378
        #[allow(clippy::excessive_precision, clippy::print_literal)]
    379
        fn test_print_float() {
  • proconio 0.4.3/tests/fastout.rs
    16
    #[allow(clippy::print_literal)]
    17
    #[fastout]
  • project_init 3.1.23/src/main.rs
    51
    #[allow(clippy::cognitive_complexity)]
    52
    #[allow(clippy::print_literal)]
    53
    fn main() {
  • switchable 0.1.0/src/commands.rs
    186
    fn preexec_subcommand (args :&[String]) -> ExitCode {
    187
    	#![allow(clippy::print_literal)]
    188
    	use util::shell_escape;
    253
    */
    254
    #[allow(clippy::print_literal)]
    255
    fn precmd_subcommand () -> ExitCode {
  • voile 0.2.6/src/cli/repl.rs
    153
    #[allow(clippy::print_literal)]
    154
    fn help(current_mode: ReplEnvType) {
  • cpiotools 0.1.0/src/main.rs
    1
    #![allow(clippy::print_literal)]
    2
    use std::io::{BufReader, Read, Seek, SeekFrom};
  • driftwood 0.0.7/src/apache_combined.rs
    1
    #![allow(clippy::print_literal)]
    2
    use crate::LogMiddlewareHasBeenRun;
  • driftwood 0.0.7/src/apache_common.rs
    1
    #![allow(clippy::print_literal)]
    2
    use crate::LogMiddlewareHasBeenRun;
  • driftwood 0.0.7/src/lib.rs
    4
    #![allow(clippy::print_literal)]
    5
    #![forbid(unsafe_code, future_incompatible)]
  • here 1.1.1/build.rs
    1
    #![allow(clippy::print_literal)]
    2
    use std::{env, process::exit};
  • procfs 0.14.2/examples/netstat.rs
    1
    #![allow(clippy::print_literal)]
  • procfs 0.14.2/examples/ps.rs
    1
    #![allow(clippy::print_literal)]
  • proconio 0.4.3/src/lib.rs
    8
    #![allow(clippy::needless_doctest_main, clippy::print_literal)]
  • rav1e 0.6.3/build.rs
    10
    #![allow(clippy::print_literal)]
    11
    #![allow(clippy::unused_io_amount)]
  • sn0int 0.25.0/src/term.rs
    1
    #![allow(clippy::print_literal)]
  • tbump 1.0.3/src/lib.rs
    1
    #![allow(clippy::print_literal)]
    2
    use std::env;