improve import,crate version,and copyright (#790)

This commit is contained in:
houseme
2025-11-05 09:10:06 +08:00
committed by GitHub
parent eb7eb9c5a1
commit 38f26b7c94
9 changed files with 58 additions and 28 deletions
+1 -2
View File
@@ -12,8 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
use crate::heal::ErasureSetHealer;
use crate::heal::{progress::HealProgress, storage::HealStorageAPI};
use crate::heal::{ErasureSetHealer, progress::HealProgress, storage::HealStorageAPI};
use crate::{Error, Result};
use rustfs_common::heal_channel::{HealOpts, HealScanMode};
use serde::{Deserialize, Serialize};