Skip to content

Commit

Permalink
Clean up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Nov 11, 2023
1 parent 24994b5 commit 7831e91
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/mutate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ use std::fmt;
use std::fs;
use std::sync::Arc;

use anyhow::ensure;
use anyhow::Context;
use anyhow::Result;
use anyhow::{ensure, Context, Result};
use serde::ser::{SerializeStruct, Serializer};
use serde::Serialize;
use similar::TextDiff;
Expand Down

0 comments on commit 7831e91

Please sign in to comment.