add Error test, fix clippy

This commit is contained in:
weisd
2025-06-09 11:29:23 +08:00
parent 96de65ebab
commit 91c099e35f
108 changed files with 1594 additions and 282 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
use policy::policy::action::Action;
use policy::policy::action::S3Action::*;
use policy::policy::ActionSet;
use policy::policy::Effect::*;
use policy::policy::action::Action;
use policy::policy::action::S3Action::*;
use policy::policy::*;
use serde_json::Value;
use std::collections::HashMap;