We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13bdb4d + d1201fc commit 6480ccdCopy full SHA for 6480ccd
deny.toml
@@ -36,7 +36,7 @@ allow = [
36
exceptions = [
37
# Pulled in via hyper-rustls when using the webpki-roots feature,
38
# which is off by default.
39
- { allow = ["MPL-2.0"], name = "webpki-roots" },
+ { allow = ["CDLA-Permissive-2.0"], crate = "webpki-roots" },
40
]
41
42
[sources]
kube-runtime/src/reflector/store.rs
@@ -251,8 +251,7 @@ where
251
{
252
self.store
253
.read()
254
- .iter()
255
- .map(|(_, k)| k)
+ .values()
256
.find(|k| predicate(k.as_ref()))
257
.cloned()
258
}
0 commit comments