allow clippy::enum_glob_use
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -741,6 +741,7 @@ cast_possible_truncation = { level = "allow", priority = 1 }
|
|||||||
cast_precision_loss = { level = "allow", priority = 1 }
|
cast_precision_loss = { level = "allow", priority = 1 }
|
||||||
cast_sign_loss = { level = "allow", priority = 1 }
|
cast_sign_loss = { level = "allow", priority = 1 }
|
||||||
doc_markdown = { level = "allow", priority = 1 }
|
doc_markdown = { level = "allow", priority = 1 }
|
||||||
|
enum_glob_use = { level = "allow", priority = 1 }
|
||||||
error_impl_error = { level = "allow", priority = 1 }
|
error_impl_error = { level = "allow", priority = 1 }
|
||||||
expect_used = { level = "allow", priority = 1 }
|
expect_used = { level = "allow", priority = 1 }
|
||||||
if_not_else = { 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};
|
use std::time::{Duration, SystemTime, UNIX_EPOCH};
|
||||||
|
|
||||||
#[inline]
|
#[inline]
|
||||||
|
|||||||
Reference in New Issue
Block a user