Skip to content

Commit 065f298

Browse files
lionel-DavisVaughan
andcommitted
Apply suggestions from code review
Co-authored-by: Davis Vaughan <[email protected]>
1 parent 0afbd38 commit 065f298

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

crates/ark/src/r_task.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ where
5353

5454
// The result of `f` will be stored here.
5555
let result = SharedOption::default();
56-
let result = Arc::clone(&result);
5756

5857
{
5958
let result = Arc::clone(&result);

crates/harp/src/environment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ pub struct Binding {
103103
pub value: BindingValue,
104104
}
105105

106-
// For sending to mean thread as R task
106+
// For sending to main thread as R task
107107
unsafe impl Send for Binding {}
108108
unsafe impl Sync for Binding {}
109109

0 commit comments

Comments
 (0)