Skip to content

Commit b0620af

Browse files
alambtustvold
andauthored
Apply suggestions from code review
Co-authored-by: Raphael Taylor-Davies <1781103+tustvold@users.noreply.github.com>
1 parent 77d3de5 commit b0620af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arrow-data/src/data.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1799,6 +1799,7 @@ impl PartialEq for ArrayData {
17991799
/// assert!(flag.get()); // now true
18001800
/// ```
18011801
#[derive(Debug, Clone)]
1802+
#[doc(hidden)]
18021803
pub struct UnsafeFlag(bool);
18031804

18041805
impl UnsafeFlag {

0 commit comments

Comments
 (0)