allow clippy::enum_glob_use
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
24b37e03a0
commit
a388c2e06e
2 changed files with 1 additions and 2 deletions
|
@ -741,6 +741,7 @@ cast_possible_truncation = { level = "allow", priority = 1 }
|
|||
cast_precision_loss = { level = "allow", priority = 1 }
|
||||
cast_sign_loss = { level = "allow", priority = 1 }
|
||||
doc_markdown = { level = "allow", priority = 1 }
|
||||
enum_glob_use = { level = "allow", priority = 1 }
|
||||
error_impl_error = { level = "allow", priority = 1 }
|
||||
expect_used = { level = "allow", priority = 1 }
|
||||
if_not_else = { level = "allow", priority = 1 }
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#![allow(clippy::enum_glob_use)]
|
||||
|
||||
use std::time::{Duration, SystemTime, UNIX_EPOCH};
|
||||
|
||||
#[inline]
|
||||
|
|
Loading…
Add table
Reference in a new issue