Skip to content

Commit

Permalink
Fix protobuf feature
Browse files Browse the repository at this point in the history
Signed-off-by: Lőrinc Bódy <[email protected]>
  • Loading branch information
B-Lorentz committed Dec 23, 2024
1 parent 8d5b8ab commit deaa1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cedar-policy-core/src/ast/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ impl From<&EntityUIDEntry> for proto::EntityUidEntry {
#[allow(clippy::unimplemented)]
fn from(v: &EntityUIDEntry) -> Self {
match v {
EntityUIDEntry::Unknown { loc: _ } | EntityUID::UnknownOfType { .. } => {
EntityUIDEntry::Unknown { loc: _ } => {
unimplemented!(
"Unknown EntityUID is not currently supported by the Protobuf interface"
);
Expand Down

0 comments on commit deaa1a0

Please sign in to comment.