crosvm/sys_util/src
Keiichi Watanabe bb14010332 sys_util: Apply clippy's autofix
Ran the following command under /sys_util/:
`rustup run nightly cargo clippy --fix -Z unstable-options`

BUG=chromium:1111728
TEST=build

Change-Id: I2ecb04f8dea6711c9f0f658185ecdb201ba1f659
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2331883
Tested-by: Keiichi Watanabe <keiichiw@chromium.org>
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Commit-Queue: Keiichi Watanabe <keiichiw@chromium.org>
2020-08-06 03:28:09 +00:00
..
alloc.rs crosvm: add license blurb to all files 2019-04-24 15:51:38 -07:00
capabilities.rs edition: Remove extern crate lines 2019-04-15 02:06:08 -07:00
clock.rs devices: pit updates for hypervisor abstraction 2020-07-06 19:12:08 +00:00
descriptor.rs sys_util: EventFd using SafeDescriptor 2020-07-06 03:18:56 +00:00
errno.rs sys_util: Move set_errno to the only place it's used 2020-07-17 00:50:43 +00:00
eventfd.rs sys_util: eventfd read_timeout function 2020-07-06 19:12:09 +00:00
external_mapping.rs sys_util: use is_null rather than == null_mut 2020-07-27 21:36:23 +00:00
file_flags.rs edition: Use dyn syntax for trait objects 2019-04-08 02:51:37 -07:00
file_traits.rs [data_model] VolatileSlice use IoSlice. 2020-07-21 23:20:22 +00:00
fork.rs sys_util: Apply clippy's autofix 2020-08-06 03:28:09 +00:00
handle_eintr.rs sys_util: Apply clippy's autofix 2020-08-06 03:28:09 +00:00
ioctl.rs sys_util: Add IoctlNr type, as different platforms use different types. 2020-07-15 19:10:23 +00:00
lib.rs vm_memory: A crate to hold vm-specific memory objects 2020-07-24 21:42:34 +00:00
mmap.rs hypervisor: add Vm user memory region functions 2020-06-10 17:08:55 +00:00
net.rs sys_util: recv entire UnixSeqpacket packets into Vec 2020-02-06 21:56:37 +00:00
passwd.rs edition: Update absolute paths to 2018 style 2019-03-13 21:05:03 -07:00
poll.rs sys_util: poll: add iter_writable to set of methods for PollEvents 2019-11-26 21:05:42 +00:00
priority.rs edition: Update absolute paths to 2018 style 2019-03-13 21:05:03 -07:00
raw_fd.rs Add "Fd" wrapper for RawFd type. 2019-01-05 20:08:32 -08:00
sched.rs enable core scheduling with the chromeos feature 2020-07-21 02:19:51 +00:00
seek_hole.rs tempfile: Unify the two tempdir implementations 2019-07-11 16:15:38 -07:00
shm.rs remove instantes of using IntoRawFd in unsafe blocks 2020-05-07 22:59:35 +00:00
signal.rs sys_util: allow adding handlers for all signals 2019-10-03 06:57:34 +00:00
signalfd.rs edition: Eliminate blocks superseded by NLL 2019-04-17 17:22:57 -07:00
sock_ctrl_msg.rs [data_model] VolatileSlice use IoSlice. 2020-07-21 23:20:22 +00:00
struct_util.rs Remove redundant single-component imports 2020-04-26 00:15:36 +00:00
syslog.rs sys_util: Apply clippy's autofix 2020-08-06 03:28:09 +00:00
terminal.rs devices: remove user_command from proxy device 2020-01-09 07:53:57 +00:00
timerfd.rs sys_util: Apply clippy's autofix 2020-08-06 03:28:09 +00:00
write_zeroes.rs sys_util: do not deallocate space in write_zeroes 2019-11-27 21:22:39 +00:00