diff --git a/cedar-policy-core/src/ast/request.rs b/cedar-policy-core/src/ast/request.rs index 12f5eee12..f5afb0e3f 100644 --- a/cedar-policy-core/src/ast/request.rs +++ b/cedar-policy-core/src/ast/request.rs @@ -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" );