* fix error

* fix

* fix cargo

* fix openssl cfg

* fix clippy

* fix clippy

* fix

* fix clippy

* fix clippy
This commit is contained in:
likewu
2025-06-24 10:27:41 +08:00
committed by GitHub
parent e8a5b5d12c
commit 364c3098b2
56 changed files with 460 additions and 432 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
#![allow(unused_variables)]
#[derive(Default)]
pub enum EventName {
ObjectAccessedGet,
@@ -32,7 +34,7 @@ pub enum EventName {
ObjectLargeVersions,
PrefixManyFolders,
ILMDelMarkerExpirationDelete,
objectSingleTypesEnd,
ObjectSingleTypesEnd,
ObjectAccessedAll,
ObjectCreatedAll,
ObjectRemovedAll,
+2
View File
@@ -1,3 +1,5 @@
#![allow(clippy::all)]
pub struct TargetID {
id: String,
name: String,