Skip to content
Snippets Groups Projects
Commit 2b9b9474 authored by Georgy Moshkin's avatar Georgy Moshkin :speech_balloon:
Browse files

fix: compile warnings after refactoring

parent 9a6cd733
No related branches found
No related tags found
1 merge request!1254fix: fault-tolerant governor raft operations via compare-and-swap
Pipeline #50067 failed
use futures::future::{join_all, try_join_all};
use futures::FutureExt;
use futures::future::join_all;
use serde::{Deserialize, Serialize};
use std::{collections::HashMap, error::Error};
......
pub use crate::schema::PICO_SERVICE_USER_NAME;
use crate::tlog;
use crate::traft::error::Error;
use crate::unwrap_ok_or;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment