Skip to content

Commit

Permalink
Fix cargo check
Browse files Browse the repository at this point in the history
Signed-off-by: yulai.li <blacktear23@gmail.com>
  • Loading branch information
blacktear23 committed Mar 22, 2022
1 parent b592b2c commit 770aa7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/channel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,8 @@ impl ChannelBuilder {
self
}

/// Set use local subchannel pool
///
/// Set use local subchannel pool
///
/// This method allows channel use it's owned subchannel pool.
pub fn use_local_subchannel_pool(mut self, enable: bool) -> ChannelBuilder {
self.options.insert(
Expand Down

0 comments on commit 770aa7c

Please sign in to comment.