fix: Cargo clippy lints after rust 1.78

This commit is contained in:
Daniela Brozzoni
2024-05-02 14:53:37 +02:00
parent 08fac47c29
commit a5fb7fdf50
5 changed files with 13 additions and 7 deletions

View File

@@ -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