Skip to content

Commit

Permalink
undo delete
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Oct 11, 2024
1 parent 6a68cb1 commit 9089423
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/polars-core/src/datatypes/dtype.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ pub enum DataType {
/// A nested list with a variable size in each row
List(Box<DataType>),
/// A generic type that can be used in a `Series`
/// &'static str can be used to determine/set inner type
#[cfg(feature = "object")]
Object(&'static str, Option<Arc<ObjectRegistry>>),
Null,
Expand Down

0 comments on commit 9089423

Please sign in to comment.