1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-25 01:51:23 +02:00

clippy warnings

This commit is contained in:
Nikolay Kim
2018-07-06 08:24:44 +06:00
parent 185e710dc8
commit a5f7a67b4d
2 changed files with 3 additions and 5 deletions

View File

@ -9,7 +9,6 @@ use bytes::Bytes;
use futures::Stream;
use rand::distributions::Alphanumeric;
use rand::Rng;
use std::time::Duration;
#[cfg(feature = "alpn")]
extern crate openssl;