We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f0e1fb commit e92d2aaCopy full SHA for e92d2aa
src/operation/aggregate.rs
@@ -109,7 +109,7 @@ impl OperationWithDefaults for Aggregate {
109
))
110
}
111
112
- fn update_for_topology(&mut self, topology: &crate::sdam::TopologyDescription) {
+ fn update_for_topology(&mut self, _topology: &crate::sdam::TopologyDescription) {
113
match self.selection_criteria() {
114
None => return,
115
Some(SelectionCriteria::ReadPreference(ReadPreference::Primary)) => return,
0 commit comments