Skip to content

Commit 6ae923a

Browse files
committed
style: Make clippy happy
1 parent 1732694 commit 6ae923a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/snapbox/src/data.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ impl Data {
150150
/// Overwrite a snapshot
151151
pub fn write_to(&self, source: &DataSource) -> Result<(), crate::Error> {
152152
match &source.inner {
153-
DataSourceInner::Path(p) => self.write_to_path(&p),
153+
DataSourceInner::Path(p) => self.write_to_path(p),
154154
}
155155
}
156156

0 commit comments

Comments
 (0)