Skip to content

Commit 12d2fd8

Browse files
razvannightkr
andauthored
Update rust/operator-binary/src/main.rs
Co-authored-by: Natalie Klestrup Röijezon <[email protected]>
1 parent 3d72760 commit 12d2fd8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rust/operator-binary/src/main.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,6 @@ fn references_authentication_class(
207207
let Ok(superset) = &superset.0 else {
208208
return false;
209209
};
210-
let Ok(authentication_class) = &authentication_class.0 else {
211-
return false;
212-
};
213210

214211
let authentication_class_name = authentication_class.name_any();
215212
superset

0 commit comments

Comments
 (0)