File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
cargo-smart-release/src/command/release
git-object/tests/immutable/commit Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ pub(in crate::command::release_impl) fn create_version_tag<'repo>(
65
65
tag_name,
66
66
target,
67
67
git_repository:: objs:: Kind :: Commit ,
68
- Some ( & crate :: git:: author ( ) ?. to_ref ( ) ) ,
68
+ Some ( crate :: git:: author ( ) ?. to_ref ( ) ) ,
69
69
message,
70
70
constraint,
71
71
) ?;
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ fn with_trailer() -> crate::Result {
151
151
CommitRef {
152
152
tree: b"25a19c29c5e36884c1ad85d8faf23f1246b7961b" . as_bstr( ) ,
153
153
parents: SmallVec :: from( vec![ b"699ae71105dddfcbb9711ed3a92df09e91a04e90" . as_bstr( ) ] ) ,
154
- author: kim. clone ( ) ,
154
+ author: kim,
155
155
committer: kim,
156
156
encoding: None ,
157
157
message: b"test: use gitoxide for link-git-protocol tests
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ mod summary {
245
245
CommitRef {
246
246
tree: "tree" . into( ) ,
247
247
parents: Default :: default ( ) ,
248
- author: actor. clone ( ) ,
248
+ author: actor,
249
249
committer: actor,
250
250
encoding: None ,
251
251
message: input. as_bstr( ) ,
You can’t perform that action at this time.
0 commit comments