Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeehoonkang committed Apr 23, 2019
1 parent 46257be commit 8529558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crossbeam-epoch/src/storage/array_storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ impl<T> Array<T> {
self.size
);

&self.anchor[index] as *const _
(&self.anchor as *const ManuallyDrop<T>).add(index)
}
}

Expand Down

0 comments on commit 8529558

Please sign in to comment.