Skip to content

Commit 95f623e

Browse files
make ClusterTime members private
1 parent a4bcbd9 commit 95f623e

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)