Skip to content

Commit 9c196d4

Browse files
committed
Removed partial-eval from HashSet
1 parent e072033 commit 9c196d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cedar-policy/src/ffi/is_authorized.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ use cedar_policy_core::validator::cedar_schema::SchemaWarning;
2727
use serde::{Deserialize, Serialize};
2828
use serde_with::serde_as;
2929
use std::collections::HashMap;
30-
#[cfg(feature = "partial-eval")]
3130
use std::collections::HashSet;
3231
#[cfg(feature = "wasm")]
3332
use wasm_bindgen::prelude::wasm_bindgen;

0 commit comments

Comments
 (0)