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 b18ef5f commit 4631d60Copy full SHA for 4631d60
grpc/src/client/load_balancing/child_manager.rs
@@ -231,7 +231,7 @@ impl<'a> WrappedController<'a> {
231
}
232
233
234
-impl ChannelController for WrappedController {
+impl ChannelController for WrappedController<'_> {
235
fn new_subchannel(&mut self, address: &Address) -> Subchannel {
236
let subchannel = self.channel_controller.new_subchannel(address);
237
self.created_subchannels.push(subchannel.clone());
0 commit comments