Skip to content

Commit 4631d60

Browse files
committed
3
1 parent b18ef5f commit 4631d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grpc/src/client/load_balancing/child_manager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ impl<'a> WrappedController<'a> {
231231
}
232232
}
233233

234-
impl ChannelController for WrappedController {
234+
impl ChannelController for WrappedController<'_> {
235235
fn new_subchannel(&mut self, address: &Address) -> Subchannel {
236236
let subchannel = self.channel_controller.new_subchannel(address);
237237
self.created_subchannels.push(subchannel.clone());

0 commit comments

Comments
 (0)