]> git.proxmox.com Git - pve-lxc-syscalld.git/commit
drop IoVec/Mut in favor of std IoSlice/Mut
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 1 Jun 2022 11:19:05 +0000 (13:19 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 1 Jun 2022 12:26:13 +0000 (14:26 +0200)
commitbd5301dc584b1d966aa5d2aa555cda751ca915a3
treedca003f8a5da7925b28db60738a6cb6c7084d0b7
parent3715458fce82856037b7919c9b7c0365c567da4f
drop IoVec/Mut in favor of std IoSlice/Mut

These used to not be Send + Sync, but they are now.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/io/iovec.rs [deleted file]
src/io/mod.rs
src/io/seq_packet.rs
src/lxcseccomp.rs