Skip to content
This repository was archived by the owner on Jun 8, 2025. It is now read-only.

Commit fef4ef4

Browse files
committed
missed clippy, bump v3.0.0
1 parent 46c2c25 commit fef4ef4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
version = "2.0.2"
2+
version = "3.0.0"
33
authors = [
44
"David Pedersen <[email protected]>",
55
"Alex Kao <[email protected]>",

src/diff.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ impl<'a> From<Difference<'a>> for DifferenceBuf {
280280
path: PathBuf::from(diff.path),
281281
lhs: diff.lhs.cloned(),
282282
rhs: diff.rhs.cloned(),
283-
config: diff.config.clone(),
283+
config: diff.config,
284284
}
285285
}
286286
}

0 commit comments

Comments
 (0)