You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Patch: rustdoc warns about bare URLs in doc comments.
62
+
# The following line wraps the specific Kubernetes ResourceRequirements URL with <...>
63
+
# as suggested by rustdoc warnings, so it becomes a clickable link and the warning goes away.
64
+
"${SED[@]}" -E 's|(/// See )(https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#resourcerequirements-v1-core)( for details)|\1<\2>\3|g' src/metric.rs
0 commit comments