mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-27 00:31:35 +00:00
Simple Warning Cleanup (#1278)
* Cleaning up warnings - removing unused `use` * Cleaning up warnings - unused tuple value * Cleaning up warnings - removing dead code * Cleaning up warnings - fixing deprecated name * Cleaning up warnings - removing dead code * Revert "Cleaning up warnings - removing dead code" This reverts commit f18a765e4bf240b0ed9294ec3ae5dab5c186b801.
This commit is contained in:
committed by
Roman Borschel
parent
e65bfbd846
commit
732becd419
@ -25,7 +25,6 @@ use futures::{future, prelude::*};
|
||||
use log::debug;
|
||||
use ring::agreement as ring_agreement;
|
||||
use ring::rand as ring_rand;
|
||||
use untrusted::Input as UntrustedInput;
|
||||
|
||||
impl Into<&'static ring_agreement::Algorithm> for KeyAgreement {
|
||||
#[inline]
|
||||
|
Reference in New Issue
Block a user