mirror of
				https://git.proxmox.com/git/proxmox
				synced 2025-11-04 09:36:08 +00:00 
			
		
		
		
	
				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>
		
	
					 | 
			||
|---|---|---|
| .. | ||
| raw_shared_mutex.rs | ||