summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-06-24 16:41:03 -0600
committermo khan <mo@mokhan.ca>2025-06-24 16:41:03 -0600
commitd4e3bb8f30c4b9edeb392881bd7b4a6baf79d415 (patch)
tree442976b24367cffd0563ed13929a72b6a96c8c1d /src/lib.rs
parent85490a4cfa7f3836d3d2f1e7cbfe48b668aa484b (diff)
refactor: copy duplicate test helper method
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index c24db79b..210699b5 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,3 +1,2 @@
pub mod authorization;
-
pub use authorization::{Authorizer, CedarAuthorizer, CheckService};