silence clippy warning
This commit is contained in:
parent
b407a65e87
commit
299cc76fcf
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#![deny(warnings)]
|
#![deny(warnings)]
|
||||||
|
#[allow(clippy::single_match)]
|
||||||
use std::time::{Duration, Instant};
|
use std::time::{Duration, Instant};
|
||||||
|
|
||||||
use {
|
use {
|
||||||
|
|
Loading…
Reference in a new issue