Skip to content

Commit

Permalink
Nope, one more
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Jan 15, 2024
1 parent fb53b4c commit 03e4122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datatypes/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub trait ArcExt<T> {
///
/// ```
/// # use std::{ptr, sync::Arc};
/// # use re_arrow2::datatype::ArcExt;
/// # use re_arrow2::datatypes::ArcExt;
/// let inner = String::from("test");
/// let ptr = inner.as_ptr();
///
Expand Down

0 comments on commit 03e4122

Please sign in to comment.