Attention needed from Owners Override
Erick Tryzelaar has uploaded the change for review![Open in Gerrit]()
Erick Tryzelaar would like Owners Override to review this change.
Commit message
[rust] Migrate fuchsia to std::io::Error::other
Clippy now suggests migrating from:
```
std::io::Error::new(ErrorKind::Other, ...)
```
to the shorter:
```
std::io::Error::other(...)
```
Change-Id: I9ce628c35250b774f3cf4e03f6c66f0a5369b2cc
Change information
Files:
- M src/connectivity/bluetooth/lib/fuchsia-audio-codec/src/stream_processor.rs
- M src/connectivity/bluetooth/lib/fuchsia-audio-device/src/audio_frame_sink.rs
- M src/connectivity/bluetooth/profiles/bt-a2dp/src/media/player.rs
- M src/connectivity/lib/ping/src/lib.rs
- M src/connectivity/network/dhcpv6/client/src/client.rs
- M src/developer/ffx/config/domain/src/config_domain.rs
- M src/developer/ffx/lib/fastboot/transport/interface/src/tcp.rs
- M src/developer/ffx/lib/fastboot/transport/interface/src/udp.rs
- M src/developer/ffx/plugins/audio/common/src/lib.rs
- M src/firmware/fastboot-tcp/src/fastboot.rs
- M src/lib/async-gunzip/src/errors.rs
- M src/lib/async-utils/src/async_once/mod.rs
- M src/lib/fuchsia-async/src/net/fuchsia/udp.rs
- M src/lib/fuchsia-fs/src/file/async_read_at.rs
- M src/lib/fuchsia-fs/src/file/async_read_at_ext.rs
- M src/lib/fuchsia-fs/src/file/async_reader.rs
- M src/lib/fuchsia-fs/src/file/buffered_async_read_at.rs
- M src/lib/fuchsia-hyper/src/fuchsia.rs
- M src/lib/fuchsia-hyper/src/lib.rs
- M src/lib/fuchsia-hyper/src/not_fuchsia.rs
- M src/lib/fuchsia-lockfile/src/lib.rs
- M src/lib/usb_bulk/rust/src/lib.rs
- M src/lib/usb_rs/src/usb_osx/iokit_wrappers.rs
- M src/security/lib/scrutiny/utils/src/io/mod.rs
- M src/storage/lib/block_client/rust/src/cache.rs
- M src/sys/component_manager/tests/rights/use_dir_rights.rs
- M src/sys/pkg/lib/fuchsia-repo/src/repository/gcs_repository.rs
- M src/sys/pkg/lib/fuchsia-repo/src/repository/http_repository.rs
- M src/sys/pkg/lib/fuchsia-repo/src/util.rs
- M src/virtualization/tests/virtio_block_test_util/src/linux_main.rs
- M src/virtualization/tests/virtio_net_test_util/src/linux_main.rs
- M src/virtualization/tests/virtio_rng_test_util/src/linux_main.rs
- M tools/cargo-gnaw/tests/platform_deps/vendor/anyhow/tests/common/mod.rs
- M tools/cargo-gnaw/tests/platform_deps/vendor/anyhow/tests/test_boxed.rs
- M tools/cargo-gnaw/tests/platform_deps/vendor/anyhow/tests/test_source.rs
- M tools/cargo-gnaw/tests/simple_deps/vendor/anyhow/tests/common/mod.rs
- M tools/cargo-gnaw/tests/simple_deps/vendor/anyhow/tests/test_boxed.rs
- M tools/cargo-gnaw/tests/simple_deps/vendor/anyhow/tests/test_source.rs
- M tools/zedmon/client/src/zedmon.rs
Change size: L
Delta: 39 files changed, 131 insertions(+), 252 deletions(-)
Open in GerritRelated details
Attention is currently required from:
Submit Requirements:
Code-Review
Review-Enforcement
Gerrit-MessageType: newchange
Gerrit-Project: fuchsia
Gerrit-Branch: main
Gerrit-Change-Id: I9ce628c35250b774f3cf4e03f6c66f0a5369b2cc
Gerrit-Change-Number: 1221096
Gerrit-PatchSet: 4
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
.