refactor(ecstore): scope dead code allowances (#4098)

This commit is contained in:
Zhengchao An
2026-06-30 06:07:45 +08:00
committed by GitHub
parent de19342744
commit 055d3ad825
22 changed files with 62 additions and 1 deletions
@@ -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;