Skip to content

Commit

Permalink
docs: Update license related comments (#2573)
Browse files Browse the repository at this point in the history
docs: Update license related comments (#2572)
  • Loading branch information
Prashanth-Chandra authored Jun 29, 2023
1 parent 7c478f9 commit f887b67
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion core/src/raw/http_util/body.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ impl IncomingAsyncBody {

/// Consume the response to bytes.
///
/// Borrowed from hyper's [`to_bytes`](https://docs.rs/hyper/latest/hyper/body/fn.to_bytes.html).
/// This code is Inspired from hyper's [`to_bytes`](https://docs.rs/hyper/latest/hyper/body/fn.to_bytes.html).
pub async fn bytes(mut self) -> Result<Bytes> {
use oio::ReadExt;

Expand Down
2 changes: 0 additions & 2 deletions core/src/services/memcached/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,6 @@ impl kv::Adapter for Adapter {
}

/// A `bb8::ManageConnection` for `memcache_async::ascii::Protocol`.
///
/// Most code is borrowed from [bb8-memcached](https://github.com/dqminh/bb8-memcached/blob/master/src/client.rs).
#[derive(Clone, Debug)]
struct MemcacheConnectionManager {
address: String,
Expand Down

0 comments on commit f887b67

Please sign in to comment.