Skip to content

Commit 390690d

Browse files
committed
Refactor Range
1 parent 9ef85ef commit 390690d

File tree

4 files changed

+548
-62
lines changed

4 files changed

+548
-62
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)