proxmox/proxmox-sys
Maximiliano Sandoval e3602c1943 acl: remove null pointer cast
Fixes the clippy warning:

warning: casting raw pointers to the same type and constness is unnecessary (`*mut fs::acl::libc::c_void` -> `*mut fs::acl::libc::c_void`)
   --> proxmox-sys/src/fs/acl.rs:130:23
    |
130 |         let mut ptr = ptr::null_mut() as *mut c_void;
    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `ptr::null_mut()`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast
    = note: `#[warn(clippy::unnecessary_cast)]` on by default

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
2024-06-28 10:22:58 +02:00
..
debian sys: bump to 0.5.8-1 2024-06-20 13:55:39 +02:00
src acl: remove null pointer cast 2024-06-28 10:22:58 +02:00
tests run cargo fmt 2024-06-24 10:02:31 +02:00
Cargo.toml sys: bump to 0.5.8-1 2024-06-20 13:55:39 +02:00