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 -1
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
use crate::heal::task::{HealOptions, HealPriority, HealRequest, HealType};
use crate::heal::{HealOptions, HealPriority, HealRequest, HealType};
use crate::{Error, Result};
use rustfs_ecstore::disk::endpoint::Endpoint;
use serde::{Deserialize, Serialize};