Closed ivan-kiselev closed 3 months ago
Attention: Patch coverage is 33.33333%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 75.4%. Comparing base (
e2ceea8
) to head (05bb5e9
).
Files | Patch % | Lines |
---|---|---|
kube-runtime/src/utils/predicate.rs | 33.4% | 2 Missing :warning: |
As per relevant discussion
@clux I had to relax
hash
constraints with+ ?Sized
as.finalizers()
returns&[String]
of unknown on compile time size and so compiler wasn't exactly happy about that, but doesn't seem to be affecting anything else.