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 b76e6cd commit 6271807Copy full SHA for 6271807
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