pub fn ensure_integrations_if_enabled(
registry: &Registry,
) -> Option<SetupReport>Expand description
Run an integration pass unless unattended installation is switched off.
Every caller that the user did not name explicitly goes through this. devp setup
calls ensure_integrations directly: asking for it in so many words is consent.