Skip to content

mod.rs from hyper#23

Open
pavel-ignatovich wants to merge 1 commit intomasterfrom
rust_hyper_mod.rs
Open

mod.rs from hyper#23
pavel-ignatovich wants to merge 1 commit intomasterfrom
rust_hyper_mod.rs

Conversation

@pavel-ignatovich
Copy link
Copy Markdown

Copy link
Copy Markdown

@monocodus monocodus Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is autogenerated code-style review, new suggestions: 2

Comment thread mod.rs
//! [`Connection`]: Connection
use std::fmt;

use ::http::Response;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
use ::http::Response;
use http::Response;

This comment was generated with the following checker: rustfmt

Comment thread mod.rs
pub(super) mod sealed {
use std::error::Error as StdError;

use ::http::Uri;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
use ::http::Uri;
use http::Uri;

This comment was generated with the following checker: rustfmt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant