Skip to content

Commit 0d11708

Browse files
author
andrei-papou
committed
Try to fix 1.31 build failing
1 parent 51c4e11 commit 0d11708

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@ mod array_serde;
149149
mod arrayformat;
150150
mod data_traits;
151151

152-
pub use arrayformat::PRINT_ELEMENTS_LIMIT;
153-
154152
pub use crate::aliases::*;
155153

156154
#[allow(deprecated)]
@@ -192,6 +190,7 @@ pub use crate::zip::{
192190
};
193191

194192
pub use crate::layout::Layout;
193+
pub use crate::arrayformat::PRINT_ELEMENTS_LIMIT;
195194

196195
/// Implementation's prelude. Common types used everywhere.
197196
mod imp_prelude {

0 commit comments

Comments
 (0)