Skip to content

Commit 4448ea6

Browse files
committed
fix: nostd build
1 parent 9262fbf commit 4448ea6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ast/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ use helpers::{
2828
stmt_data_loading::{FileStagingCommand, StageLoadSelectItemKind},
2929
};
3030

31+
use core::cmp::Ordering;
3132
use core::ops::Deref;
3233
use core::{
3334
fmt::{self, Display},
3435
hash,
3536
};
36-
use std::cmp::Ordering;
3737

3838
#[cfg(feature = "serde")]
3939
use serde::{Deserialize, Serialize};

0 commit comments

Comments
 (0)