fixing warnings

This commit is contained in:
Lorenzo Tucci 2023-01-11 13:07:11 +01:00
parent 5d301ebbb1
commit b5396798e4
No known key found for this signature in database
GPG key ID: D98C4FA2CDF590A0
5 changed files with 14 additions and 15 deletions

View file

@ -9,7 +9,6 @@ use std::collections::HashMap;
use std::str::FromStr;
use std::sync::Arc;
use uuid::Uuid;
use crate::rpc::Error;
pub fn register_modules(context: Arc<Context>) -> RpcModule<Arc<Context>> {
let mut module = RpcModule::new(context);