File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cedar-policy-core/src/ast Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ impl EntityUIDEntry {
124
124
pub fn uid ( & self ) -> Option < & EntityUID > {
125
125
match self {
126
126
Self :: Known { euid, .. } => Some ( euid) ,
127
- Self :: Unknown { .. } | Self :: UnknownOfType { .. } => None ,
127
+ Self :: Unknown { .. } | Self :: UnknownOfType { .. } => None ,
128
128
}
129
129
}
130
130
@@ -155,7 +155,7 @@ impl From<&EntityUIDEntry> for proto::EntityUidEntry {
155
155
#[ allow( clippy:: unimplemented) ]
156
156
fn from ( v : & EntityUIDEntry ) -> Self {
157
157
match v {
158
- EntityUIDEntry :: Unknown { loc : _ } | EntityUID :: UnknownOfType { .. } => {
158
+ EntityUIDEntry :: Unknown { loc : _ } | EntityUID :: UnknownOfType { .. } => {
159
159
unimplemented ! (
160
160
"Unknown EntityUID is not currently supported by the Protobuf interface"
161
161
) ;
You can’t perform that action at this time.
0 commit comments