Skip to content

Commit

Permalink
re-fix doc include path (#1418)
Browse files Browse the repository at this point in the history
Signed-off-by: John Kastner <jkastner@amazon.com>
  • Loading branch information
john-h-kastner-aws authored Jan 9, 2025
1 parent e2b8950 commit 2bf84b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cedar-policy-validator/src/entity_manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<SmolStr, Box<AccessTrie>>;

/// The root of a data path or [`RootAccessTrie`].
Expand Down

0 comments on commit 2bf84b9

Please sign in to comment.