Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Apr 15, 2019
1 parent 002c41a commit 1eebd47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions actix-http/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changes

## [0.1.0] - 2019-04-xx

### Changed

Expand Down
3 changes: 1 addition & 2 deletions actix-http/src/client/connector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ impl Connector<(), ()> {
let ssl = {
#[cfg(feature = "ssl")]
{
use log::error;
use openssl::ssl::{SslConnector, SslMethod};
use openssl::ssl::SslMethod;

let mut ssl = SslConnector::builder(SslMethod::tls()).unwrap();
let _ = ssl
Expand Down
2 changes: 1 addition & 1 deletion actix-web-actors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name = "actix_web_actors"
path = "src/lib.rs"

[dependencies]
actix = "0.8.0-alpha.3"
actix = "0.8.0"
actix-web = "1.0.0-alpha.5"
actix-http = "0.1.0-alpha.5"
actix-codec = "0.1.2"
Expand Down

0 comments on commit 1eebd47

Please sign in to comment.