fix: Cargo clippy lints after rust 1.78
This commit is contained in:
@@ -260,6 +260,7 @@ mod test {
|
||||
}
|
||||
|
||||
// The following dummy traits were created to test if SpkIterator is working properly.
|
||||
#[allow(unused)]
|
||||
trait TestSendStatic: Send + 'static {
|
||||
fn test(&self) -> u32 {
|
||||
20
|
||||
|
||||
Reference in New Issue
Block a user