Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit c56cb42

Browse files
committed
Run rustfmt
1 parent c43a5ec commit c56cb42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/parse_and_replace.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
#![cfg(not(windows))] // TODO: should fix these tests on Windows
22

3+
use anyhow::{anyhow, ensure, Context, Error};
4+
use log::{debug, info, warn};
5+
use rustfix::apply_suggestions;
36
use std::collections::HashSet;
47
use std::env;
58
use std::ffi::OsString;
69
use std::fs;
710
use std::path::{Path, PathBuf};
811
use std::process::Output;
9-
use anyhow::{Error, Context, ensure, anyhow};
1012
use tempdir::TempDir;
11-
use rustfix::apply_suggestions;
12-
use log::{info, warn, debug};
1313

1414
mod fixmode {
1515
pub const EVERYTHING: &str = "yolo";

0 commit comments

Comments
 (0)