mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-05 04:47:43 +00:00
fix linux build error
This commit is contained in:
@@ -4,10 +4,8 @@ use std::fs::File;
|
||||
use std::io::{self, BufRead, Error, ErrorKind};
|
||||
use std::path::Path;
|
||||
|
||||
use crate::{
|
||||
disk::Info,
|
||||
error::{Error as e_Error, Result},
|
||||
};
|
||||
use crate::disk::Info;
|
||||
use common::error::{Error as e_Error, Result};
|
||||
|
||||
use super::IOStats;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user