Searched defs:fmt_command (Results 1 – 2 of 2) sorted by relevance
78 let fmt_command = if options.reformat { "cargo fmt" } else { "cargo fmt --check" }; in check_format() localVariable92 let mut fmt_command: Vec<OsString> = Vec::new(); in check_format() localVariable
58 let fmt_command = if options.reformat { in check_workspace() localVariable