From 2bf84b9b1cc2956d98a1c62a6127696f4b51a5d5 Mon Sep 17 00:00:00 2001 From: John Kastner <130772734+john-h-kastner-aws@users.noreply.github.com> Date: Thu, 9 Jan 2025 12:44:56 -0500 Subject: [PATCH] re-fix doc include path (#1418) Signed-off-by: John Kastner --- cedar-policy-validator/src/entity_manifest.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cedar-policy-validator/src/entity_manifest.rs b/cedar-policy-validator/src/entity_manifest.rs index 08a39f936..4a93ac3bc 100644 --- a/cedar-policy-validator/src/entity_manifest.rs +++ b/cedar-policy-validator/src/entity_manifest.rs @@ -68,7 +68,7 @@ pub struct EntityManifest { // CAUTION: this type is publicly exported in `cedar-policy`. // Don't make fields `pub`, don't make breaking changes, and use caution // when adding public methods. -#[doc = include_str!("../../cedar-policy/experimental_warning.md")] +#[doc = include_str!("../experimental_warning.md")] pub type Fields = HashMap>; /// The root of a data path or [`RootAccessTrie`].