Skip to content

Commit e92d2aa

Browse files
committed
wip
1 parent 2f0e1fb commit e92d2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/operation/aggregate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ impl OperationWithDefaults for Aggregate {
109109
))
110110
}
111111

112-
fn update_for_topology(&mut self, topology: &crate::sdam::TopologyDescription) {
112+
fn update_for_topology(&mut self, _topology: &crate::sdam::TopologyDescription) {
113113
match self.selection_criteria() {
114114
None => return,
115115
Some(SelectionCriteria::ReadPreference(ReadPreference::Primary)) => return,

0 commit comments

Comments
 (0)