Skip to content

Commit

Permalink
🎨 cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Goodjooy committed Jul 8, 2024
1 parent 9a52884 commit af8bcaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/postprepare/migrate_version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ pub async fn raw_migrate_version(
Number = all_plugin_version.len()
);
for ver in all_plugin_version {
let crr_ver = ver.version.clone();
let crr_ver = ver.version;
let result = mongo
.ceobe()
.operation()
Expand Down

0 comments on commit af8bcaa

Please sign in to comment.