✨ add PhantomData import for generic type safety
- Added `use std::marker::PhantomData;` to prepare for generic scheduler implementations - Ensures type safety and avoids unused lifetime/type parameters warnings
This commit is contained in:
@@ -7,3 +7,5 @@ data-stress
|
||||
*.pb
|
||||
*.json
|
||||
*.bin
|
||||
*.bin
|
||||
*.json
|
||||
|
||||
Reference in New Issue
Block a user