Skip to content

Commit 181f1d1

Browse files
committed
Refactor Range
1 parent 9ef85ef commit 181f1d1

File tree

2 files changed

+346
-38
lines changed

2 files changed

+346
-38
lines changed

edgedb-protocol/src/model.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pub use self::json::Json;
1313
pub use self::time::{DateDuration, RelativeDuration};
1414
pub use self::time::{Datetime, Duration, LocalDate, LocalDatetime, LocalTime};
1515
pub use memory::ConfigMemory;
16-
pub use range::Range;
16+
pub use range::{Range, RangeScalar};
1717
pub use uuid::Uuid;
1818
pub use vector::Vector;
1919

0 commit comments

Comments
 (0)