[L] Change in fuchsia/fuchsia[main]: [rust] Remove even more bare zx use statements

1 view
Skip to first unread message

'Megan Batty (Gerrit)' via owners-override

unread,
Oct 18, 2024, 6:30:04 PM10/18/24
to Owners Override
Attention needed from Adam Perry and Owners Override

Megan Batty has uploaded the change for review

Megan Batty would like Owners Override to review this change.

Commit message

[rust] Remove even more bare zx use statements

As a followup to fxr/1140181 I missed ones that were formatted as just
`zx` in the middle of the list. This removes those and re-rustfmts those
files.
Change-Id: I5a48a04391c4264e3f951fc0f620a5ecd92c68ad

Change diff


Change information

Files:
  • M examples/components/runner/colocated/integration_tests/src/lib.rs
  • M examples/components/runner/colocated/src/main.rs
  • M sdk/lib/driver_test_realm/tests/test.rs
  • M src/connectivity/bluetooth/lib/bt-avdtp/src/stream_endpoint.rs
  • M src/connectivity/bluetooth/lib/fuchsia-bluetooth/src/types/channel.rs
  • M src/connectivity/bluetooth/profiles/bt-a2dp/src/avrcp_relay.rs
  • M src/connectivity/bluetooth/profiles/bt-a2dp/src/main.rs
  • M src/connectivity/bluetooth/profiles/bt-a2dp/src/volume_relay.rs
  • M src/connectivity/bluetooth/profiles/bt-avrcp/src/peer/mod.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/audio/codec.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/audio/inband.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-audio-gateway/src/hfp.rs
  • M src/connectivity/bluetooth/profiles/bt-hfp-hands-free/src/hfp.rs
  • M src/connectivity/bluetooth/profiles/tests/bt-avrcp-integration-tests/src/main.rs
  • M src/connectivity/bluetooth/testing/mock-piconet-server/src/main.rs
  • M src/connectivity/lib/network-device/rust/tests/tun.rs
  • M src/connectivity/lowpan/lib/lowpan_driver_common/src/net/tun.rs
  • M src/connectivity/network/dhcpv4/client/bindings/src/client.rs
  • M src/connectivity/network/dhcpv6/client/src/client.rs
  • M src/connectivity/network/dns/src/main.rs
  • M src/connectivity/network/netstack3/src/bindings.rs
  • M src/connectivity/network/netstack3/src/bindings/debug_fidl_worker.rs
  • M src/connectivity/network/netstack3/src/bindings/devices.rs
  • M src/connectivity/network/netstack3/src/bindings/filter.rs
  • M src/connectivity/network/netstack3/src/bindings/interfaces_watcher.rs
  • M src/connectivity/network/netstack3/src/bindings/root_fidl_worker.rs
  • M src/connectivity/network/netstack3/src/bindings/routes/rules_admin.rs
  • M src/connectivity/network/netstack3/src/bindings/routes/state.rs
  • M src/connectivity/network/netstack3/src/bindings/socket/raw.rs
  • M src/connectivity/network/netstack3/src/bindings/time.rs
  • M src/connectivity/network/testing/netemul/runner/src/main.rs
  • M src/connectivity/network/testing/netemul/rust/src/lib.rs
  • M src/connectivity/network/testing/netemul/service/src/main.rs
  • M src/connectivity/network/testing/network-test-realm/service/src/main.rs
  • M src/connectivity/network/testing/network-test-realm/tests/src/lib.rs
  • M src/connectivity/network/tests/benchmarks/fake-netstack/src/main.rs
  • M src/connectivity/network/tests/benchmarks/resource-usage/src/interfaces.rs
  • M src/connectivity/network/tests/benchmarks/resource-usage/src/main.rs
  • M src/connectivity/network/tests/fidl/interfaces/src/lib.rs
  • M src/connectivity/network/tests/fidl/routes-admin/src/lib.rs
  • M src/connectivity/network/tests/fidl/routes-admin/src/rules.rs
  • M src/connectivity/network/tests/integration/common/src/devices.rs
  • M src/connectivity/network/tests/integration/dhcp-client/src/lib.rs
  • M src/connectivity/network/tests/integration/dhcp/src/lib.rs
  • M src/connectivity/network/tests/integration/dns/src/lib.rs
  • M src/connectivity/network/tests/integration/inspect/src/ns2.rs
  • M src/connectivity/network/tests/integration/ipv6/src/lib.rs
  • M src/connectivity/network/tests/integration/power/src/lib.rs
  • M src/connectivity/network/tests/integration/product-flow/src/lib.rs
  • M src/connectivity/network/tests/iptables/src/lib.rs
  • M src/connectivity/policy/netcfg/src/dhcpv4.rs
  • M src/connectivity/policy/netcfg/src/dhcpv6.rs
  • M src/connectivity/policy/netcfg/src/filter.rs
  • M src/connectivity/policy/netcfg/src/lib.rs
  • M src/connectivity/policy/netcfg/src/masquerade.rs
  • M src/connectivity/policy/netcfg/src/virtualization.rs
  • M src/connectivity/policy/reachability/core/src/lib.rs
  • M src/connectivity/policy/reachability/core/src/neighbor_cache.rs
  • M src/connectivity/policy/reachability/src/eventloop.rs
  • M src/connectivity/policy/socket-proxy/integration/src/lib.rs
  • M src/connectivity/policy/tests/integration/management/src/lib.rs
  • M src/connectivity/policy/tests/integration/reachability/src/lib.rs
  • M src/connectivity/wlan/drivers/wlansoftmac/rust_driver/src/lib.rs
  • M src/connectivity/wlan/lib/mlme/fullmac/src/device.rs
  • M src/connectivity/wlan/lib/mlme/fullmac/src/lib.rs
  • M src/connectivity/wlan/lib/mlme/fullmac/src/mlme_main_loop.rs
  • M src/connectivity/wlan/lib/mlme/rust/src/ap/infra_bss.rs
  • M src/connectivity/wlan/lib/mlme/rust/src/ap/mod.rs
  • M src/connectivity/wlan/lib/mlme/rust/src/ap/remote_client.rs
  • M src/connectivity/wlan/lib/mlme/rust/src/client/mod.rs
  • M src/connectivity/wlan/lib/mlme/rust/src/client/scanner.rs
  • M src/connectivity/wlan/lib/mlme/rust/src/client/state.rs
  • M src/connectivity/wlan/lib/mlme/rust/src/device.rs
  • M src/connectivity/wlan/lib/mlme/rust/src/lib.rs
  • M src/connectivity/wlan/lib/mlme/rust/src/minstrel.rs
  • M src/connectivity/wlan/lib/sme/src/client/mod.rs
  • M src/connectivity/wlan/lib/sme/src/client/state/mod.rs
  • M src/connectivity/wlan/lib/sme/src/client/test_utils.rs
  • M src/connectivity/wlan/lib/sme/src/serve/client.rs
  • M src/connectivity/wlan/lib/sme/src/serve/mod.rs
  • M src/connectivity/wlan/lib/telemetry/src/lib.rs
  • M src/connectivity/wlan/lib/telemetry/src/processors/connect_disconnect.rs
  • M src/connectivity/wlan/testing/hw-sim/src/lib.rs
  • M src/connectivity/wlan/testing/hw-sim/test/connect_with_failed_association/src/lib.rs
  • M src/connectivity/wlan/testing/hw-sim/test/multiple_clients_ap/src/lib.rs
  • M src/connectivity/wlan/testing/hw-sim/test/reconnect_to_wpa2_network/src/lib.rs
  • M src/connectivity/wlan/testing/wlan-service-util/src/client.rs
  • M src/connectivity/wlan/tests/drivers-only/fullmac-tests/src/client.rs
  • M src/connectivity/wlan/tests/drivers-only/fullmac-tests/src/lib.rs
  • M src/connectivity/wlan/wlancfg/src/client/scan/mod.rs
  • M src/connectivity/wlan/wlancfg/src/client/state_machine.rs
  • M src/connectivity/wlan/wlancfg/src/client/types.rs
  • M src/connectivity/wlan/wlancfg/src/main.rs
  • M src/connectivity/wlan/wlancfg/src/tests/client_e2e.rs
  • M src/connectivity/wlan/wlancfg/src/util/testing/fakes.rs
  • M src/connectivity/wlan/wlancfg/src/util/testing/generate_struct.rs
  • M src/connectivity/wlan/wlandevicemonitor/src/service.rs
  • M src/connectivity/wlan/wlanix/src/ifaces.rs
  • M src/connectivity/wlan/wlanix/src/main.rs
  • M src/developer/remote-control/src/host_identifier.rs
  • M src/developer/remote-control/src/lib.rs
  • M src/devices/tests/v2/compat-node-group/test.rs
  • M src/devices/tests/v2/node_group/test.rs
  • M src/devices/tests/v2/rebind/test.rs
  • M src/devices/tests/v2/reload-driver/test.rs
  • M src/devices/tests/v2/replace-driver/test.rs
  • M src/devices/tests/v2/restart-on-crash/test.rs
  • M src/diagnostics/archivist/src/events/types.rs
  • M src/diagnostics/archivist/tests/integration/test_cases/src/logs/basic.rs
  • M src/diagnostics/detect/integration/realm_factory/src/realm_factory.rs
  • M src/diagnostics/sampler/testing/realm-factory/src/mocks.rs
  • M src/lib/fuchsia-component-test/src/lib.rs
  • M src/lib/fuchsia-component-test/src/local_component_runner.rs
  • M src/lib/ui/flatland-frame-scheduling/src/lib.rs
  • M src/media/audio/services/ffxdaemon/src/ring_buffer.rs
  • M src/performance/memory/attribution/monitor/src/main.rs
  • M src/performance/memory/attribution/monitor/src/resources.rs
  • M src/power/battery-manager/src/battery_manager.rs
  • M src/power/metrics-logger/src/cpu_load_logger.rs
  • M src/power/metrics-logger/src/gpu_usage_logger.rs
  • M src/power/metrics-logger/src/network_activity_logger.rs
  • M src/power/metrics-logger/src/sensor_logger.rs
  • M src/power/power-manager/integration/test/src/thermal_model_test.rs
  • M src/power/shutdown-shim/tests/src/main.rs
  • M src/power/shutdown-shim/tests/src/shutdown_mocks.rs
  • M src/power/topology-test-daemon/tests/src/lib.rs
  • M src/session/bin/element_manager/src/element_manager.rs
  • M src/session/bin/session_manager/src/session_manager.rs
  • M src/session/bin/session_manager/src/startup.rs
  • M src/starnix/kernel/device/framebuffer.rs
  • M src/starnix/kernel/device/framebuffer_server.rs
  • M src/starnix/kernel/main.rs
  • M src/starnix/kernel/power/manager.rs
  • M src/starnix/kernel/runner/component_runner.rs
  • M src/starnix/kernel/runner/serve_protocols.rs
  • M src/starnix/kernel/task/kernel.rs
  • M src/starnix/kernel/vfs/socket/socket_backed_by_zxio.rs
  • M src/starnix/lib/kernel_manager/src/kernels.rs
  • M src/starnix/lib/kernel_manager/src/lib.rs
  • M src/starnix/modules/magma/magma.rs
  • M src/starnix/modules/magma/vulkan.rs
  • M src/starnix/modules/tun/lib.rs
  • M src/starnix/runner/main.rs
  • M src/starnix/tests/memory_attribution/main.rs
  • M src/storage/block_adapter/src/lib.rs
  • M src/storage/conformance/src/test_harness.rs
  • M src/storage/fvm/src/main.rs
  • M src/storage/lib/block_server/src/lib.rs
  • M src/storage/lib/ramdevice_client/rust/src/lib.rs
  • M src/storage/storage-host/src/gpt.rs
  • M src/storage/storage-host/src/service.rs
  • M src/sys/component_manager/lib/hooks/src/lib.rs
  • M src/sys/component_manager/src/bedrock/program/component_controller.rs
  • M src/sys/component_manager/src/bedrock/program/mod.rs
  • M src/sys/component_manager/src/builtin/fuchsia_boot_resolver.rs
  • M src/sys/component_manager/src/framework/lifecycle_controller.rs
  • M src/sys/component_manager/src/framework/namespace.rs
  • M src/sys/component_manager/src/framework/realm.rs
  • M src/sys/component_manager/src/framework/realm_query.rs
  • M src/sys/component_manager/src/framework/route_validator.rs
  • M src/sys/component_manager/src/model/actions/start.rs
  • M src/sys/component_manager/src/model/component/manager.rs
  • M src/sys/component_manager/src/model/component/mod.rs
  • M src/sys/component_manager/src/model/escrow.rs
  • M src/sys/component_manager/src/model/testing/routing_test_helpers.rs
  • M src/sys/component_manager/src/model/tests/diagnostics.rs
  • M src/sys/component_manager/src/model/tests/dictionary.rs
  • M src/sys/component_manager/src/model/tests/lifecycle.rs
  • M src/sys/component_manager/src/model/tests/storage.rs
  • M src/sys/component_manager/tests/collections/integration_test.rs
  • M src/sys/component_manager/tests/destruction/collection_realm.rs
  • M src/sys/component_manager/tests/destruction/destroy_and_recreate.rs
  • M src/sys/component_manager/tests/introspector/src/main.rs
  • M src/sys/component_manager/tests/realm/src/integration_test.rs
  • M src/sys/component_manager/tests/reboot_on_terminate/src/reboot_on_terminate_policy.rs
  • M src/sys/component_manager/tests/security_policy/main_process_critical/security_policy_critical_integration_test.rs
  • M src/sys/component_manager/tests/stop_with_escrow/stop_with_escrowed_dictionary.rs
  • M src/sys/fuzzing/manager/src/diagnostics.rs
  • M src/sys/fuzzing/manager/src/fuzzer.rs
  • M src/sys/lib/elf_runner/src/memory/reporter.rs
  • M src/sys/lib/runner/src/lib.rs
  • M src/sys/pkg/bin/pkg-resolver/src/repository.rs
  • M src/sys/pkg/tests/omaha-client/src/lib.rs
  • M src/sys/pkg/tests/system-update-checker/src/lib.rs
  • M src/sys/test_manager/src/debug_data_processor.rs
  • M src/sys/test_manager/src/running_suite.rs
  • M src/sys/test_manager/src/test_suite.rs
  • M src/sys/test_runners/fuzz/src/launcher.rs
  • M src/sys/test_runners/lib_loader_cache/src/loader_cache.rs
  • M src/sys/test_runners/src/test_lib.rs
  • M src/sys/test_runners/starnix/src/helpers.rs
  • M src/sys/test_runners/starnix/src/ltp.rs
  • M src/sys/test_runners/starnix/src/selinux.rs
  • M src/sys/test_runners/stress_test/src/main.rs
  • M src/sys/time/testing/example/src/lib.rs
  • M src/sys/tools/debug-dash-launcher/src/launch/component.rs
  • M src/ui/bin/text/tests/keyboard3.rs
  • M src/ui/bin/text/tests/test_helpers.rs
  • M src/ui/bin/text/tests/text_manager.rs
  • M src/ui/bin/tiles-session/src/main.rs
  • M src/ui/bin/tiling_wm/src/main.rs
  • M src/ui/examples/flatland-rainbow/src/main.rs
  • M src/ui/examples/flatland-rainbow/src/render_cpu.rs
  • M src/ui/lib/input_pipeline/src/ime_handler.rs
  • M src/ui/lib/input_pipeline/src/input_device.rs
  • M src/ui/lib/input_pipeline/src/media_buttons_handler.rs
  • M src/ui/lib/input_pipeline/src/mouse_injector_handler.rs
  • M src/ui/lib/input_pipeline/src/touch_binding.rs
  • M src/ui/lib/input_pipeline/src/touch_injector_handler.rs
  • M src/ui/lib/scene_management/src/scene_manager.rs
  • M src/virtualization/bin/guest_manager_rs/src/guest_manager.rs
Change size: L
Delta: 211 files changed, 212 insertions(+), 240 deletions(-)
Open in Gerrit

Related details

Attention is currently required from:
  • Adam Perry
  • Owners Override
Submit Requirements:
  • requirement is not satisfiedCode-Review
  • requirement is not satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: newchange
Gerrit-Project: fuchsia
Gerrit-Branch: main
Gerrit-Change-Id: I5a48a04391c4264e3f951fc0f620a5ecd92c68ad
Gerrit-Change-Number: 1140187
Gerrit-PatchSet: 2
Gerrit-Owner: Megan Batty <mg...@google.com>
Gerrit-Reviewer: Adam Perry <adam...@google.com>
Gerrit-Reviewer: Megan Batty <mg...@google.com>
Gerrit-Reviewer: Owners Override <owners-...@fuchsia.dev>
Gerrit-CC: Fuchsia Try Builder <fuchsia-t...@fuchsia-infra.iam.gserviceaccount.com>
Gerrit-Attention: Owners Override <owners-...@fuchsia.dev>
Gerrit-Attention: Adam Perry <adam...@google.com>

--
You received this message because you are subscribed to the Google Groups "owners-override" group.
To unsubscribe from this group and stop receiving emails from it, send an email to owners-overri...@fuchsia.dev.
To view this discussion on the web visit https://groups.google.com/a/fuchsia.dev/d/msgid/owners-override/9a4312db68a51e18c9786dabdac72fbb1fd38ab5-HTML%40fuchsia-review.googlesource.com.
unsatisfied_requirement
open
diffy

'Adam Barth (Gerrit)' via owners-override

unread,
Oct 18, 2024, 6:41:02 PM10/18/24
to Megan Batty, Owners Override, Adam Perry, Fuchsia Try Builder, CQ Bot
Attention needed from Adam Perry, Megan Batty and Owners Override

Adam Barth voted

Code-Review+2
Owners-Override+1
Open in Gerrit

Related details

Attention is currently required from:
  • Adam Perry
  • Megan Batty
  • Owners Override
Submit Requirements:
  • requirement satisfiedCode-Review
  • requirement satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: fuchsia
Gerrit-Branch: main
Gerrit-Change-Id: I5a48a04391c4264e3f951fc0f620a5ecd92c68ad
Gerrit-Change-Number: 1140187
Gerrit-PatchSet: 2
Gerrit-Owner: Megan Batty <mg...@google.com>
Gerrit-Reviewer: Adam Barth <aba...@google.com>
Gerrit-Reviewer: Adam Perry <adam...@google.com>
Gerrit-Reviewer: Megan Batty <mg...@google.com>
Gerrit-Reviewer: Owners Override <owners-...@fuchsia.dev>
Gerrit-CC: Fuchsia Try Builder <fuchsia-t...@fuchsia-infra.iam.gserviceaccount.com>
Gerrit-Attention: Owners Override <owners-...@fuchsia.dev>
Gerrit-Attention: Megan Batty <mg...@google.com>
Gerrit-Attention: Adam Perry <adam...@google.com>
Gerrit-Comment-Date: Fri, 18 Oct 2024 22:40:52 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes

--
You received this message because you are subscribed to the Google Groups "owners-override" group.
To unsubscribe from this group and stop receiving emails from it, send an email to owners-overri...@fuchsia.dev.
To view this discussion on the web visit https://groups.google.com/a/fuchsia.dev/d/msgid/owners-override/47d42af39e3b39c249248be51d994513a1a1a904-EmailReviewComments-HTML%40fuchsia-review.googlesource.com.
satisfied_requirement
open
diffy

'Megan Batty (Gerrit)' via owners-override

unread,
Oct 18, 2024, 6:42:49 PM10/18/24
to Adam Barth, Owners Override, Adam Perry, Fuchsia Try Builder, CQ Bot
Attention needed from Adam Perry and Owners Override

Megan Batty voted Commit-Queue+2

Commit-Queue+2
Open in Gerrit

Related details

Attention is currently required from:
  • Adam Perry
  • Owners Override
Submit Requirements:
  • requirement satisfiedCode-Review
  • requirement satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: fuchsia
Gerrit-Branch: main
Gerrit-Change-Id: I5a48a04391c4264e3f951fc0f620a5ecd92c68ad
Gerrit-Change-Number: 1140187
Gerrit-PatchSet: 2
Gerrit-Owner: Megan Batty <mg...@google.com>
Gerrit-Reviewer: Adam Barth <aba...@google.com>
Gerrit-Reviewer: Adam Perry <adam...@google.com>
Gerrit-Reviewer: Megan Batty <mg...@google.com>
Gerrit-Reviewer: Owners Override <owners-...@fuchsia.dev>
Gerrit-CC: Fuchsia Try Builder <fuchsia-t...@fuchsia-infra.iam.gserviceaccount.com>
Gerrit-Attention: Owners Override <owners-...@fuchsia.dev>
Gerrit-Attention: Adam Perry <adam...@google.com>
Gerrit-Comment-Date: Fri, 18 Oct 2024 22:42:43 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes

--
You received this message because you are subscribed to the Google Groups "owners-override" group.
To unsubscribe from this group and stop receiving emails from it, send an email to owners-overri...@fuchsia.dev.
To view this discussion on the web visit https://groups.google.com/a/fuchsia.dev/d/msgid/owners-override/de9d09b9622d3abf3f292a4003a41d6a544f5e94-EmailReviewComments-HTML%40fuchsia-review.googlesource.com.
satisfied_requirement
open
diffy

'CQ Bot (Gerrit)' via owners-override

unread,
Oct 18, 2024, 8:00:13 PM10/18/24
to Megan Batty, Adam Barth, Owners Override, Adam Perry, Fuchsia Try Builder

CQ Bot submitted the change

Change information

Commit message:
[rust] Remove even more bare zx use statements

As a followup to fxr/1140181 I missed ones that were formatted as just
`zx` in the middle of the list. This removes those and re-rustfmts those
files.
Change-Id: I5a48a04391c4264e3f951fc0f620a5ecd92c68ad
Reviewed-by: Adam Barth <aba...@google.com>
Commit-Queue: Megan Batty <mg...@google.com>
Owners-Override: Adam Barth <aba...@google.com>
Branch: refs/heads/main
Submit Requirements:
  • requirement satisfiedCode-Review: +2 by Adam Barth
Open in Gerrit
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: merged
Gerrit-Project: fuchsia
Gerrit-Branch: main
Gerrit-Change-Id: I5a48a04391c4264e3f951fc0f620a5ecd92c68ad
Gerrit-Change-Number: 1140187
Gerrit-PatchSet: 3
Gerrit-Owner: Megan Batty <mg...@google.com>
Gerrit-Reviewer: Adam Barth <aba...@google.com>
Gerrit-Reviewer: Adam Perry <adam...@google.com>
Gerrit-Reviewer: Megan Batty <mg...@google.com>
Gerrit-Reviewer: Owners Override <owners-...@fuchsia.dev>
Gerrit-CC: Fuchsia Try Builder <fuchsia-t...@fuchsia-infra.iam.gserviceaccount.com>

--
You received this message because you are subscribed to the Google Groups "owners-override" group.
To unsubscribe from this group and stop receiving emails from it, send an email to owners-overri...@fuchsia.dev.
To view this discussion on the web visit https://groups.google.com/a/fuchsia.dev/d/msgid/owners-override/9097ca0c0c35b7ed7cdb043c5197123eddc9db74-HTML%40fuchsia-review.googlesource.com.
open
diffy
satisfied_requirement

'GI Roller (Gerrit)' via owners-override

unread,
Oct 18, 2024, 8:06:33 PM10/18/24
to Megan Batty, CQ Bot, Adam Barth, Owners Override, Adam Perry, Fuchsia Try Builder

Message from GI Roller

Open in Gerrit

Related details

Attention set is empty
Submit Requirements:
  • requirement satisfiedCode-Review
  • requirement satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: fuchsia
Gerrit-Branch: main
Gerrit-Change-Id: I5a48a04391c4264e3f951fc0f620a5ecd92c68ad
Gerrit-Change-Number: 1140187
Gerrit-PatchSet: 3
Gerrit-Owner: Megan Batty <mg...@google.com>
Gerrit-Reviewer: Adam Barth <aba...@google.com>
Gerrit-Reviewer: Adam Perry <adam...@google.com>
Gerrit-Reviewer: Megan Batty <mg...@google.com>
Gerrit-Reviewer: Owners Override <owners-...@fuchsia.dev>
Gerrit-CC: Fuchsia Try Builder <fuchsia-t...@fuchsia-infra.iam.gserviceaccount.com>
Gerrit-Comment-Date: Sat, 19 Oct 2024 00:06:29 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No

--
You received this message because you are subscribed to the Google Groups "owners-override" group.
To unsubscribe from this group and stop receiving emails from it, send an email to owners-overri...@fuchsia.dev.
To view this discussion on the web visit https://groups.google.com/a/fuchsia.dev/d/msgid/owners-override/d7d84d4a2615de09fc9d0edd30ec2462792b4515-EmailReviewComments-HTML%40fuchsia-review.googlesource.com.
satisfied_requirement
open
diffy
Reply all
Reply to author
Forward
0 new messages