Skip to content

Commit bb652a6

Browse files
make ClusterTime members private
1 parent 73bd4d9 commit bb652a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/client/session/cluster_time.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ use crate::bson::{Document, Timestamp};
1111
#[derivative(PartialEq, Eq)]
1212
#[serde(rename_all = "camelCase")]
1313
pub struct ClusterTime {
14-
pub cluster_time: Timestamp,
14+
cluster_time: Timestamp,
1515

1616
#[derivative(PartialEq = "ignore")]
17-
pub signature: Document,
17+
signature: Document,
1818
}
1919

2020
impl std::cmp::Ord for ClusterTime {

0 commit comments

Comments
 (0)