-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
The Ord implementation for ClusterTime includes a todo comment to use Timestamp's Ord implementation: https://github.com/mongodb/mongo-rust-driver/blob/3795b3843282de2dbfc0412f92d0db505277e97d/src/client/session/cluster_time.rs#L21
We should update this now that RUST-390 is complete.