Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
crowlKats committed Jan 9, 2025
1 parent 96c069b commit c5020a1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions core/ops_builtin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -514,8 +514,7 @@ async fn do_load_job<'s>(
false,
false,
)
.unwrap_err()
.into(),
.unwrap_err(),
);
}
}
Expand Down Expand Up @@ -621,8 +620,7 @@ fn op_import_sync<'s>(
false,
false,
)
.unwrap_err()
.into(),
.unwrap_err(),
);
}
}
Expand Down

0 comments on commit c5020a1

Please sign in to comment.