Skip to content

Commit

Permalink
keymanager-runtime: Fix compile warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kostko committed Jan 23, 2020
1 parent e7a25ec commit 6f42638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keymanager-runtime/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ extern crate tiny_keccak;
extern crate x25519_dalek;
extern crate zeroize;

use std::{str::FromStr, sync::Arc};
use std::sync::Arc;

mod context;
mod kdf;
Expand All @@ -22,7 +22,7 @@ use failure::Fallible;

use oasis_core_keymanager_api::*;
use oasis_core_runtime::{
common::{runtime::RuntimeId, version::Version},
common::version::Version,
rak::RAK,
register_runtime_rpc_methods,
rpc::{
Expand Down

0 comments on commit 6f42638

Please sign in to comment.