File tree 2 files changed +1
-3
lines changed 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ impl IncomingAsyncBody {
91
91
92
92
/// Consume the response to bytes.
93
93
///
94
- /// Borrowed from hyper's [`to_bytes`](https://docs.rs/hyper/latest/hyper/body/fn.to_bytes.html).
94
+ /// This code is Inspired from hyper's [`to_bytes`](https://docs.rs/hyper/latest/hyper/body/fn.to_bytes.html).
95
95
pub async fn bytes ( mut self ) -> Result < Bytes > {
96
96
use oio:: ReadExt ;
97
97
Original file line number Diff line number Diff line change @@ -271,8 +271,6 @@ impl kv::Adapter for Adapter {
271
271
}
272
272
273
273
/// A `bb8::ManageConnection` for `memcache_async::ascii::Protocol`.
274
- ///
275
- /// Most code is borrowed from [bb8-memcached](https://github.com/dqminh/bb8-memcached/blob/master/src/client.rs).
276
274
#[ derive( Clone , Debug ) ]
277
275
struct MemcacheConnectionManager {
278
276
address : String ,
You can’t perform that action at this time.
0 commit comments