Skip to content

Commit f887b67

Browse files
docs: Update license related comments (#2573)
docs: Update license related comments (#2572)
1 parent 7c478f9 commit f887b67

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

core/src/raw/http_util/body.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ impl IncomingAsyncBody {
9191

9292
/// Consume the response to bytes.
9393
///
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).
9595
pub async fn bytes(mut self) -> Result<Bytes> {
9696
use oio::ReadExt;
9797

core/src/services/memcached/backend.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,6 @@ impl kv::Adapter for Adapter {
271271
}
272272

273273
/// 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).
276274
#[derive(Clone, Debug)]
277275
struct MemcacheConnectionManager {
278276
address: String,

0 commit comments

Comments
 (0)