mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-31 09:18:28 +00:00
refactor(ecstore): scope dead code allowances (#4098)
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
// #730: storage contract traits are staged for facade migration and external owners.
|
||||
#![allow(dead_code)]
|
||||
|
||||
use crate::error::Error;
|
||||
use crate::object_api::{GetObjectReader, ObjectInfo, ObjectOptions, PutObjReader};
|
||||
use rustfs_filemeta::FileInfo;
|
||||
|
||||
Reference in New Issue
Block a user