[PATCH] tools/start-vmm: Don't disable improper_ctypes
The code didn't use improper ctypes. Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com> --- tools/start-vmm/net.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/start-vmm/net.rs b/tools/start-vmm/net.rs index c6f5ff1baf2ecedc099ac529e6dbf2711aaae385..1e4665ceb02c9a8899231a100e631f6ce425994d 100644 --- a/tools/start-vmm/net.rs +++ b/tools/start-vmm/net.rs @@ -42,7 +42,6 @@ extern "C" { /// The rest of the result is only valid if the returned fd is not -1. // SAFETY: &Path is sized, so it's okay to pass a reference to it // to C, as long as it's opaque to C. - #[allow(improper_ctypes)] pub fn net_setup(name: *const c_char, len: c_int) -> NetConfigC; } --- base-commit: edd53bb5dd9b682fec744d6df7921b64e0f56565 change-id: 20250918-no-improper-ctypes-72bdc9037e4e -- Sincerely, Demi Marie Obenour (she/her/hers)
This patch has been committed as a96505e23ef06c36cd59077164411dfd2f7c25f9, which can be viewed online at https://spectrum-os.org/git/spectrum/commit/?id=a96505e23ef06c36cd5907716441.... This is an automated message. Send comments/questions/requests to: Alyssa Ross <hi@alyssa.is>
participants (2)
-
Alyssa Ross -
Demi Marie Obenour