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

Commit

Permalink
Run rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jan 7, 2020
1 parent 5553ac4 commit c3f8cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/replace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! replacement of parts of its content, with the ability to prevent changing
//! the same parts multiple times.
use anyhow::{Error, ensure, anyhow};
use anyhow::{anyhow, ensure, Error};
use std::rc::Rc;

#[derive(Debug, Clone, PartialEq, Eq)]
Expand Down

0 comments on commit c3f8cd3

Please sign in to comment.