Skip to content

Commit

Permalink
fix up non-feature build
Browse files Browse the repository at this point in the history
Signed-off-by: oflatt <[email protected]>
  • Loading branch information
oflatt committed Aug 27, 2024
1 parent 4c9a9e4 commit ad8e43b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cedar-policy/src/api/err.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@ pub use cedar_policy_core::ast::{
expression_construction_errors, restricted_expr_errors, ContainsUnknown,
ExpressionConstructionError, PartialValueToValueError, RestrictedExpressionError,
};
#[cfg(feature = "entity-manifest")]
use cedar_policy_core::entities::err::EntitiesError;
pub use cedar_policy_core::evaluator::{evaluation_errors, EvaluationError};
pub use cedar_policy_core::extensions::{
extension_function_lookup_errors, ExtensionFunctionLookupError,
};
use cedar_policy_core::{ast, authorizer, est};
pub use cedar_policy_validator::cedar_schema::{schema_warnings, SchemaWarning};
#[cfg(feature = "entity-manifest")]
use cedar_policy_validator::entity_manifest::{
self, FailedAnalysisError, PartialExpressionError, PartialRequestError,
};
Expand All @@ -38,6 +40,7 @@ use smol_str::SmolStr;
use thiserror::Error;
use to_cedar_syntax_errors::NameCollisionsError;

#[cfg(feature = "entity-manifest")]
use super::ValidationResult;

/// Errors related to [`crate::Entities`]
Expand Down

0 comments on commit ad8e43b

Please sign in to comment.