proxmox/proxmox-shared-memory
Maximiliano Sandoval d965713565 shared-memory: remove unneeded generic parameter
Fixes the clippy warning:

warning: type parameter `T` goes unused in function definition
  --> proxmox-shared-memory/tests/raw_shared_mutex.rs:80:19
   |
80 | fn create_test_dir<T: Init>(filename: &str) -> Option<PathBuf> {
   |                   ^^^^^^^^^ help: consider removing the parameter
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_type_parameters
   = note: `#[warn(clippy::extra_unused_type_parameters)]` on by default

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
2024-06-28 10:22:58 +02:00
..
debian bump proxmox-shared-memory to 0.3.0-1 2023-05-23 13:02:51 +02:00
src update proxmox-shared-memory to nix 0.24.1 2022-06-02 13:34:09 +02:00
tests shared-memory: remove unneeded generic parameter 2024-06-28 10:22:58 +02:00
Cargo.toml bump proxmox-shared-memory to 0.3.0-1 2023-05-23 13:02:51 +02:00